From 2937d3835690ca7d506280557079e6a4ac560094 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 27 Jan 2014 08:28:29 +0100 Subject: Improved /inactives template. --- pyaggr3g470r/templates/inactives.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'pyaggr3g470r/templates/inactives.html') diff --git a/pyaggr3g470r/templates/inactives.html b/pyaggr3g470r/templates/inactives.html index f245fc1b..719df58a 100644 --- a/pyaggr3g470r/templates/inactives.html +++ b/pyaggr3g470r/templates/inactives.html @@ -2,12 +2,12 @@ {% block content %}
+
+

Days of inactivity:

+ +
+
{% if inactives != [] %} -
-

Days of inactivity:

- -
-
    {% for item in inactives %}
  • {{ item[0].title }} - {{ item[1].days }} days
  • @@ -18,4 +18,4 @@ {% endif %}
-{% endblock %} \ No newline at end of file +{% endblock %} -- cgit