From: Guillaume Pellerin Date: Thu, 4 Feb 2016 00:34:48 +0000 (+0100) Subject: url X-Git-Tag: 1.1~115 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6d47dbeabdff2642442a3e22d5c54a8ed4f70bb5;p=teleforma.git url --- diff --git a/teleforma/urls.py b/teleforma/urls.py index a94aa9f3..c49a4bff 100644 --- a/teleforma/urls.py +++ b/teleforma/urls.py @@ -58,8 +58,8 @@ urlpatterns = patterns('', # (r'^accounts/register0/$', RegistrationView.as_view(), {'form_class':CustomRegistrationForm}), url(r'^accounts/register/$', UserAddView.as_view(), name="teleforma-register"), url(r'^accounts/register/(?P.*)/complete/$', UserCompleteView.as_view(), name="teleforma-register-complete"), - url(r'^accounts/register/(?P.*)/download/\?format=pdf$', RegistrationPDFViewDownload.as_view(), name="teleforma-registration-download"), - url(r'^accounts/register/(?P.*)/view/\?format=pdf$', RegistrationPDFView.as_view(), name="teleforma-registration-view"), + url(r'^accounts/register/(?P.*)/download/\?format=pdf', RegistrationPDFViewDownload.as_view(), name="teleforma-registration-download"), + url(r'^accounts/register/(?P.*)/view/\?format=pdf', RegistrationPDFView.as_view(), name="teleforma-registration-view"), url(r'^captcha/', include('captcha.urls')),