From 70b409e6e39e714d0304b99778efe16e296d5a63 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sat, 8 Nov 2014 20:41:00 +0000 Subject: [PATCH] Design changes for thread view. --- forms.tmpl | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) 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