From 6296406525df9253d9e0f40efebfd660cf323bee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Wed, 31 Aug 2016 00:03:04 +0200 Subject: [PATCH] Ajout d'un lien vers la description --- bda/templates/spectacle_list.html | 9 +++++---- bda/urls.py | 3 ++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/bda/templates/spectacle_list.html b/bda/templates/spectacle_list.html index 0c3c7317..816461db 100644 --- a/bda/templates/spectacle_list.html +++ b/bda/templates/spectacle_list.html @@ -26,7 +26,7 @@ {% endfor %} - + @@ -39,14 +39,15 @@

Exports

{% endblock %} diff --git a/bda/urls.py b/bda/urls.py index 5d2c6d5f..a6d9ed20 100644 --- a/bda/urls.py +++ b/bda/urls.py @@ -32,5 +32,6 @@ urlpatterns = [ views.unpaid, name="bda-unpaid"), url(r'^mails-rappel/(?P\d+)$', views.send_rappel), - url(r'^descriptions/(?P\d+)$', views.descriptions_spectacles), + url(r'^descriptions/(?P\d+)$', views.descriptions_spectacles, + name='bda-descriptions'), ]