X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Furls.py;h=5659386179b4e92a3e275713313fdb4935a771a1;hb=491bd4d5497b5c431ab35716425f4c95fd2c3696;hp=ef900185f6b38b2024770afebac46555521f33cb;hpb=302efe6c34063df7d9c12e15d5828f4d5bb76276;p=myslice.git 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'),