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'), ]