diff --git a/pagure/templates/new_issue.html b/pagure/templates/new_issue.html index 6b7559a..669221b 100644 --- a/pagure/templates/new_issue.html +++ b/pagure/templates/new_issue.html @@ -69,74 +69,73 @@ {% endif %} -
+
- {% if types %} - {% if (types | length == 1 and not default) or (types | length > 1)%} -
- - -
- {% else %} - {% set notemplates = True %} - {% endif %} - {% else %} - {% set notemplates = True %} - {% endif %} - + {% if types %} + {% if (types | length == 1 and not default) or (types | length > 1)%} +
+ + +
+
+ {% else %} + {% set notemplates = True %} + {% endif %} + {% else %} + {% set notemplates = True %} + {% endif %} + +
- - {% if form.issue_content.errors %} - - - {% for error in form.issue_content.errors %} - {{ error }}  - {% endfor %} - - - {% endif %} -
-
-
- - -
+ + {% if form.issue_content.errors %} + + + {% for error in form.issue_content.errors %} + {{ error }}  + {% endfor %} + + + {% endif %} +
+
+
+ + +