diff --git a/forms.tmpl b/forms.tmpl index 2e5d9aa..96b6c59 100644 --- a/forms.tmpl +++ b/forms.tmpl @@ -118,21 +118,11 @@ ${posts[0][postHeader]} -
???
?
# for row in posts: # inc(count)
-
-
- #try: - ${(%postContent).rstToHtml} - #except EParseError: - # c.errorMsg = getCurrentExceptionMsg() - #end -
-
#let profileUrl = c.req.makeUri("profile/", false) & xmlEncode(%userName) @@ -146,6 +136,15 @@ #end if
+
+
+ #try: + ${(%postContent).rstToHtml} + #except EParseError: + # c.errorMsg = getCurrentExceptionMsg() + #end +
+
# end for