fix template var name
This commit is contained in:
parent
4ec0bd7630
commit
59f88bceb0
|
@ -78,7 +78,7 @@
|
|||
(first post)
|
||||
{:allTags (posts/list-tags)
|
||||
:htmlTitle (->html-title ["New Post"])
|
||||
:validation-errors @vali/*errors*})))
|
||||
:validationErrors @vali/*errors*})))
|
||||
|
||||
(defn handle-new-post [title tags body]
|
||||
(if (valid-post? title tags body)
|
||||
|
|
Reference in a new issue