aboutsummaryrefslogtreecommitdiff
path: root/templates/subscribe.html
diff options
context:
space:
mode:
authorAlban Gruin2017-09-08 11:53:49 +0200
committerAlban Gruin2017-09-08 11:53:49 +0200
commit57ffdbf0658042069abcf0b1f9184ff69a3139e2 (patch)
tree85ab2f0cf55fc85dec62b065b7eb246b7de46e4c /templates/subscribe.html
parent0a287c2013bcfd1cb71926fbd0835170369521f7 (diff)
Ajout de l’année dans les urls
Diffstat (limited to 'templates/subscribe.html')
-rw-r--r--templates/subscribe.html2
1 files changed, 1 insertions, 1 deletions
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 %}
<h2>S'abonner à {{ group.timetable.name }} &ndash; {{ group.name }}</h2>
- <form action="{% url "subscribe" group.timetable.slug group.slug year week %}" method="post">
+ <form action="{% url "subscribe" group.timetable.year.slug group.timetable.slug group.slug year week %}" method="post">
{% csrf_token %}
{{ form }}
<input type="submit" value="S'abonner" />