diff --git a/civicfix/core/templates/core/issue_detail.html b/civicfix/core/templates/core/issue_detail.html new file mode 100644 index 0000000..dca1bad --- /dev/null +++ b/civicfix/core/templates/core/issue_detail.html @@ -0,0 +1,69 @@ +{% extends "core/base.html" %} +{% load humanize %} +{% block content %} +
{{ issue.description }}
+{{ issue.location }}
+ {{ issue.get_status_display }} +{{ comment.content }}
+ + +{{ reply.content }}
+No comments yet. Be the first!
+ {% endfor %} + + + {% if user.is_authenticated %} + + {% else %} +Login to comment.
+ {% endif %} +