diff --git a/website/templates/issue.html b/website/templates/issue.html index ce6fabe3e7..862b81e6f0 100644 --- a/website/templates/issue.html +++ b/website/templates/issue.html @@ -182,13 +182,6 @@

OCR Results:


{% endif %} -
- {% csrf_token %} -
- -
- -
{% if all_comment %}

Comments:

@@ -211,5 +204,12 @@

Comments:

{% empty %} {% endfor %} {% endif %} +
+ {% csrf_token %} +
+ +
+ +
{% endblock %}