aboutsummaryrefslogtreecommitdiff
path: root/templates/timetable.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/timetable.html')
-rw-r--r--templates/timetable.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/timetable.html b/templates/timetable.html
new file mode 100644
index 0000000..23de166
--- /dev/null
+++ b/templates/timetable.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html lang="fr">
+ <head>
+ <meta charset="utf-8" />
+ <title>{{ timetable.name }} &ndash; {{ group.name }} &ndash; celcatsanitizer</title>
+ </head>
+ <body>
+ <h1>celcatsanitizer</h1>
+ <h3>{{ timetable.name }} &ndash; {{ group.name }}</h3>
+ <ul>
+ {% for course in courses %}
+ <li>{{ course.name }}</li>
+ {% endfor %}
+ </ul>
+ </body>
+</html>