From 5fe8f5636768201db4703124aefd1378871c8429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Fri, 6 Jul 2018 22:54:07 +0200 Subject: solve #8, #16 --- templates/main_page.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/main_page.html b/templates/main_page.html index e32cfd4..dabb1ee 100644 --- a/templates/main_page.html +++ b/templates/main_page.html @@ -11,6 +11,7 @@ {% for i in projects %} @@ -18,7 +19,9 @@ {% endfor %}
Name + Open bugs Number of bugs
{{ i.name }} - {{ i.count }} + {{ i.opencount }} + + {{ i.count }}
-- cgit v1.2.3