From 704a61184e9d87d0aad33b5f830e075dd7da9e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Fri, 6 Jul 2018 18:17:54 +0200 Subject: added templates --- templates/main_page.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 templates/main_page.html (limited to 'templates/main_page.html') diff --git a/templates/main_page.html b/templates/main_page.html new file mode 100644 index 0000000..e32cfd4 --- /dev/null +++ b/templates/main_page.html @@ -0,0 +1,25 @@ + + + + Hemiptera Bugtracker at {{DOMAIN}} + + + + + + List of projects + + + + {% for i in projects %} + + + {% endfor %} +
Name + Number of bugs +
+ {{ i.name }} + + {{ i.count }} +
+ -- cgit v1.2.3