From: Guillaume Pellerin Date: Mon, 18 Nov 2013 11:45:54 +0000 (+0100) Subject: undo X-Git-Tag: 2.8.1-pro~483^2~5 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=85c7309535eaf59a73a75cc48ec12af000979d4e;p=teleforma.git undo --- diff --git a/teleforma/urls.py b/teleforma/urls.py index fc571fdc..362d8892 100644 --- a/teleforma/urls.py +++ b/teleforma/urls.py @@ -123,7 +123,7 @@ urlpatterns = patterns('', # Users url(r'^users/$', UsersView.as_view(), name="teleforma-users"), - url(r'^users/(?P[A-Za-z0-9@+._- ]+)/profile/$', profile_view.profile_detail, + url(r'^users/(?P[A-Za-z0-9@+._-]+)/profile/$', profile_view.profile_detail, name="teleforma-profile-detail"), url(r'^users/(?P.*)/login/$', UserLoginView.as_view(), name="teleforma-user-login"), url(r'^users/all/export/$', user_export.all, name="teleforma-users-xls-export"),