diff --git a/progit/templates/new_issue.html b/progit/templates/new_issue.html index 6d444b9..8fcb863 100644 --- a/progit/templates/new_issue.html +++ b/progit/templates/new_issue.html @@ -38,7 +38,11 @@ {{ render_field_in_row(form.content) }}
+ {% if not type or type == 'new' %} + {% elif type and type == 'edit' %} + + {% endif %} {{ form.csrf_token }}