From 57ffdbf0658042069abcf0b1f9184ff69a3139e2 Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Fri, 8 Sep 2017 11:53:49 +0200 Subject: Ajout de l’année dans les urls --- templates/group_list.html | 2 +- templates/subscribe.html | 2 +- templates/timetable.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/group_list.html b/templates/group_list.html index d8d7227..2530865 100644 --- a/templates/group_list.html +++ b/templates/group_list.html @@ -5,7 +5,7 @@

{{ timetable }}

{% endblock %} diff --git a/templates/subscribe.html b/templates/subscribe.html index 1c1bc3a..5e885df 100644 --- a/templates/subscribe.html +++ b/templates/subscribe.html @@ -4,7 +4,7 @@ {% block body %}

S'abonner à {{ group.timetable.name }} – {{ group.name }}

-
+ {% csrf_token %} {{ form }} diff --git a/templates/timetable.html b/templates/timetable.html index 149068d..a867fd0 100644 --- a/templates/timetable.html +++ b/templates/timetable.html @@ -16,4 +16,4 @@ {% endfor %} {% endfor %} -

{% endblock %} +

{% endblock %} -- cgit v1.2.1