From 5b7db9398abaacea241d9fcce7885457c562d7fa Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Sun, 11 Oct 2015 12:18:07 +0200 Subject: a bit of cleaning, putting code where it belongs --- src/web/templates/history.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/web/templates/history.html') diff --git a/src/web/templates/history.html b/src/web/templates/history.html index 499fe50b..caa0b057 100644 --- a/src/web/templates/history.html +++ b/src/web/templates/history.html @@ -3,18 +3,18 @@

{{ _('History') }}

{% if month != None %} -

{{ year }}

+

{{ year }}

{{ month | month_name }}

{% elif year != None %} -

 {{ _('all years') }}

+

 {{ _('all years') }}

{{ year }}

{% endif %}