From 3cb61e31e6642cba163604893efcca98b46f4b68 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 16 Mar 2015 13:30:02 +0100 Subject: Improvements to the 'history' page. --- pyaggr3g470r/templates/history.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'pyaggr3g470r/templates/history.html') diff --git a/pyaggr3g470r/templates/history.html b/pyaggr3g470r/templates/history.html index 3b9412a3..c4d6c9a6 100644 --- a/pyaggr3g470r/templates/history.html +++ b/pyaggr3g470r/templates/history.html @@ -2,6 +2,13 @@ {% block content %}

{{ _('History') }}

+ {% if month != None %} +

{{ year }}

+

{{ month | month_name }}

+ {% elif year != None %} +

 {{ _('all years') }}

+

{{ year }}

+ {% endif %}