diff options
author | Alban Gruin | 2017-02-05 16:12:39 +0100 |
---|---|---|
committer | Alban Gruin | 2017-02-05 16:12:39 +0100 |
commit | 04162486502fee0fc6aa26aecd6919bde4cd3f73 (patch) | |
tree | 8a08da9ebd7ba72d35e177e5d162e7c4cad5b28c /templates/subscribe.html | |
parent | 64a3d49a62b6d0383cfbba5b7a9f84de42038768 (diff) |
Correction de *toutes* les urls d'inscription
Diffstat (limited to 'templates/subscribe.html')
-rw-r--r-- | templates/subscribe.html | 2 |
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 }} – {{ 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" /> |