From d17c1152615162e33703dd67b92b64d0cbf5b63d Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Thu, 19 Jan 2017 21:55:29 +0100 Subject: Travail initial sur les vues --- templates/index.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..262d454 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,20 @@ + + + + + celcatsanitizer + + +

celcatsanitizer

+ {% for timetable in timetables %} +

{{ timetable.name }}

+ + {% endfor %} + + -- cgit v1.2.1