From a61f5a3f507395c2aa0cab09f14f4308159935f6 Mon Sep 17 00:00:00 2001
From: Alban Gruin
Date: Wed, 4 Oct 2017 17:38:01 +0200
Subject: Ajout d’une description en balise meta et de liens alternate
---
templates/timetable.html | 7 +++++++
1 file changed, 7 insertions(+)
(limited to 'templates/timetable.html')
diff --git a/templates/timetable.html b/templates/timetable.html
index 9143c2f..4ab6a1a 100644
--- a/templates/timetable.html
+++ b/templates/timetable.html
@@ -1,5 +1,12 @@
{% extends "index.html" %}
+{% block head %}
+
+
+
+
+{% endblock %}
+
{% block title %}{{ group.timetable }} – {{ group }} – Semaine {{ week }} – {% endblock %}
{% block body %}
--
cgit v1.2.1