From 5852f63c7f464f87926d5da289b91e0b8ba2e544 Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Sat, 9 Sep 2017 11:53:41 +0200 Subject: Les liens d’abonnement sont tous cachés --- templates/index.html | 2 +- templates/timetable.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index e33f92a..b30b5e1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -48,7 +48,7 @@ li.course { max-width: none; } - header, footer, a.subscribe { + header, footer, p.subscribe { display: none; } } diff --git a/templates/timetable.html b/templates/timetable.html index 097373b..5428942 100644 --- a/templates/timetable.html +++ b/templates/timetable.html @@ -6,7 +6,7 @@

{{ group.timetable }} – {{ group }} – Semaine {{ week }}

Dernière mise à jour le {{ last_update|date:"l j F o" }} à {{ last_update|date:"H:i" }}

{% include "timetable_common.html" %} -

+

ICSAtom
- S’abonner à cet emploi du temps + S’abonner à cet emploi du temps

{% endblock %} -- cgit v1.2.1