From 59f88bceb0cc47e21c171b92a38239d107f9f1e0 Mon Sep 17 00:00:00 2001 From: gered Date: Thu, 27 Mar 2014 20:54:10 -0400 Subject: [PATCH] fix template var name --- src/blarg/routes/posts.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blarg/routes/posts.clj b/src/blarg/routes/posts.clj index 2cc4c48..99d0dac 100644 --- a/src/blarg/routes/posts.clj +++ b/src/blarg/routes/posts.clj @@ -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)