From b494dfc0933c28729eaf8bc2105bbeb28d24ceae Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 17 Feb 2014 14:40:45 +0200 Subject: Initial commit --- apps/it/templates/list_issues.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apps/it/templates/list_issues.html (limited to 'apps/it/templates/list_issues.html') diff --git a/apps/it/templates/list_issues.html b/apps/it/templates/list_issues.html new file mode 100644 index 0000000..c52058d --- /dev/null +++ b/apps/it/templates/list_issues.html @@ -0,0 +1,12 @@ +{% extends "default.html" %} + +{% block main %} + + {% for i in issues %} + + + + + {% endfor %} +
{{ i.description }}Me too!
+{% endblock main %} -- cgit v1.2.3