From 088b8bd5f62c00e304d7c771defe2820c8d834fa Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 14 Nov 2013 17:24:51 +0100 Subject: Adde history.html template. --- pyaggr3g470r/templates/history.html | 74 +++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 pyaggr3g470r/templates/history.html (limited to 'pyaggr3g470r/templates/history.html') diff --git a/pyaggr3g470r/templates/history.html b/pyaggr3g470r/templates/history.html new file mode 100644 index 00000000..0194cb89 --- /dev/null +++ b/pyaggr3g470r/templates/history.html @@ -0,0 +1,74 @@ + {% extends "layout.html" %} + {% block head %} +{{ super() }} + + +{% endblock %} + +{% block content %} +
+

History

+
+
+
+ + + + + +
+{% endblock %} \ No newline at end of file -- cgit