fix template var name

This commit is contained in:
Gered 2014-03-27 20:54:10 -04:00
parent 4ec0bd7630
commit 59f88bceb0

View file

@ -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)