aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAlban Gruin2017-02-05 16:12:39 +0100
committerAlban Gruin2017-02-05 16:12:39 +0100
commit04162486502fee0fc6aa26aecd6919bde4cd3f73 (patch)
tree8a08da9ebd7ba72d35e177e5d162e7c4cad5b28c /templates
parent64a3d49a62b6d0383cfbba5b7a9f84de42038768 (diff)
Correction de *toutes* les urls d'inscription
Diffstat (limited to 'templates')
-rw-r--r--templates/subscribe.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/subscribe.html b/templates/subscribe.html
index 2cd6d87..7b542f9 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.slug year week %}" method="post">
+ <form action="{% url "subscribe" group.timetable.slug group.slug year week %}" method="post">
{% csrf_token %}
{{ form }}
<input type="submit" value="S'abonner" />