déplacement shotgun

This commit is contained in:
Ludovic Stephan 2016-10-06 13:46:18 +02:00
parent 5e848e4442
commit d1456d7c68
5 changed files with 40 additions and 9 deletions

View file

@ -41,6 +41,9 @@ urlpatterns = [
url(r'^revente-interested/(?P<revente_id>\d+)$',
"bda.views.revente_interested",
name='bda-revente-interested'),
url(r'^revente-immediat/(?P<tirage_id>\d+)$',
"bda.views.revente_shotgun",
name="bda-shotgun"),
url(r'^mails-rappel/(?P<spectacle_id>\d+)$', views.send_rappel),
url(r'^descriptions/(?P<tirage_id>\d+)$', views.descriptions_spectacles,
name='bda-descriptions'),