From b9026412eee2983766680584642b7910414758ee Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 12 2016 09:58:45 +0000 Subject: Adjust indentation and drop the aria-label --- 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 %}