diff --git a/pagure/templates/_formhelper.html b/pagure/templates/_formhelper.html index ef74452..eddd8fb 100644 --- a/pagure/templates/_formhelper.html +++ b/pagure/templates/_formhelper.html @@ -179,29 +179,32 @@
-
-
- - - - {% if repo_admin or ( - g.fas_user and g.fas_user.username == comment.user.username) %} - - - {% endif %} - {% if repo_admin %} - - {{ form.csrf_token }} - {% endif %} -
-
+
+
+ + + + {% if repo_admin or ( + g.fas_user and g.fas_user.username == comment.user.username) %} + + + {% endif %} + {% if repo_admin %} + + {{ form.csrf_token }} + {% endif %} +
+
{% endmacro %}