From 9e8d4c492b0178214fb1997ff46335cfd4015557 Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Sun, 22 Jan 2017 12:22:14 +0100 Subject: Affichage des jours et des horaires sur la page des emplois du temps Nouveau design inspiré par https://bestmotherfucking.website/ Utilisation des templates héritées --- templates/index.html | 65 ++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 50 insertions(+), 15 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 7b43411..2305acf 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,22 +1,57 @@ -{% load dt_week %} - +{% load dt_week %} - celcatsanitizer + + {% block title %}{% endblock %}celcatsanitizer + -

celcatsanitizer

- {% for timetable in timetables %} -

{{ timetable.name }}

- - {% endfor %} +
+

celcatsanitizer

+
+
{% block body %}{% for timetable in timetables %} +
+

{{ timetable.name }}

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