]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/node/comments.html
Adds a new function in the profile menu for admins to suspend users, indefinetly...
[osqa.git] / forum / skins / default / templates / node / comments.html
index 43b1553b55cb6805dd3d0fa1841c3c9fd3aa4df3..71b454a14b41da52b8cfc4ceb37292c259aff8f3 100644 (file)
@@ -39,8 +39,8 @@
         <a href="#" class="add-comment-link">{% trans "add new comment" %}</a>\r
     {% endif %}\r
 </div>\r
-{% if can_comment %}\r
 <div id="comment-{{ post.id }}-form-container" class="comment-form-container">\r
+    {% if can_comment %}\r
     <form id="comment-{{ post.id }}-form" method="post" action="{% url comment id=post.id %}" accept-charset="utf-8">\r
         <div class="comment-form-widgets-container">\r
             <textarea name="comment"></textarea>\r
@@ -72,6 +72,6 @@
              </div>\r
         </script>\r
     </form>\r
+    {% endif %}\r
 </div>\r
-{% endif %}\r
     
\ No newline at end of file