X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=portal%2Furls.py;h=5659386179b4e92a3e275713313fdb4935a771a1;hp=ef900185f6b38b2024770afebac46555521f33cb;hb=491bd4d5497b5c431ab35716425f4c95fd2c3696;hpb=17a01cef3f265688e6f8a1a4fec2d0abb3cf7397 diff --git a/portal/urls.py b/portal/urls.py index ef900185..56593861 100644 --- a/portal/urls.py +++ b/portal/urls.py @@ -71,7 +71,7 @@ urlpatterns = patterns('', url(r'^validate/?$', ValidatePendingView.as_view()), # http://stackoverflow.com/questions/2360179/django-urls-how-to-pass-a-list-of-items-via-clean-urls # (r'^validate_action/(?P[^/]+)/(?P\w+)/?$', 'portal.views.pres_view_static'), - (r'^validate_action(?P(?:/\w+)+)/?$', 'portal.actions.validate_action'), + url(r'^validate_action(?P(?:/\w+)+)/?$', 'portal.actions.validate_action'), url(r'^pres_view/?$', PresViewView.as_view(), name='pres_view'), (r'^methods/(?P\w+)/?$', 'portal.views.pres_view_methods'),