diff --git a/progit/templates/pull_request_comment.html b/progit/templates/pull_request_comment.html new file mode 100644 index 0000000..11a6bed --- /dev/null +++ b/progit/templates/pull_request_comment.html @@ -0,0 +1,16 @@ +{% if authenticated %} +
+
+
+ +
+ {{ form.csrf_token }} + + +
+
+{% else %} +

Login to comment on this ticket.

+{% endif %}