From b2618e9404b84cc62d4becb02436233a0d53b375 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 25 Nov 2015 22:45:43 +0100 Subject: Rfactorization. Just a start... --- pyaggr3g470r/templates/history.html | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 pyaggr3g470r/templates/history.html (limited to 'pyaggr3g470r/templates/history.html') diff --git a/pyaggr3g470r/templates/history.html b/pyaggr3g470r/templates/history.html deleted file mode 100644 index 6be54d71..00000000 --- a/pyaggr3g470r/templates/history.html +++ /dev/null @@ -1,26 +0,0 @@ -{% extends "layout.html" %} -{% block content %} -
-

{{ _('History') }}

- {% if month != None %} -

{{ year }}

-

{{ month | month_name }}

- {% elif year != None %} -

 {{ _('all years') }}

-

{{ year }}

- {% endif %} - -
-{% endblock %} -- cgit