diff --git a/progit/templates/new_issue.html b/progit/templates/new_issue.html index 3f4cbf2..b23ec63 100644 --- a/progit/templates/new_issue.html +++ b/progit/templates/new_issue.html @@ -39,6 +39,13 @@
+ {% if form.issue_content.errors %} +

+ {% for error in form.issue_content.errors %} + {{ error }}
+ {% endfor %} +

+ {% endif %}