diff --git a/progit/templates/issue.html b/progit/templates/issue.html index 3ccf9bd..acc2373 100644 --- a/progit/templates/issue.html +++ b/progit/templates/issue.html @@ -55,24 +55,66 @@
{% if authenticated %} -
-
- - (supports the Markdown syntax) -
-
- - {{ form_comment.csrf_token }} +
+ + (supports the Markdown syntax) +
+
+ +
+ + +
+ + {{ form_comment.csrf_token }} +
+
+ +
+
-
- +
- +
{% else %}

Login to comment on this ticket.

{% endif %}
{% endblock %} + +{% block jscripts %} +{{ super() }} + +{% endblock %}