X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Furls.py;h=fa68d205596427a93e48d74e78feabbd26340146;hb=1f6ce9338dcd613e06724e4ac2dcb0bb433209a2;hp=6e733483d70b99f27fdc37a2a0a7d5e7c079266f;hpb=ab8b46e4222f45bbefbad1c1e6c174ecb8432269;p=unfold.git diff --git a/portal/urls.py b/portal/urls.py index 6e733483..fa68d205 100644 --- a/portal/urls.py +++ b/portal/urls.py @@ -57,7 +57,7 @@ urlpatterns = patterns('', #url(r'^my_account/?$', MyAccountView.as_view(), name='my_account'), url(r'^account/?$', AccountView.as_view(), name='account'), url(r'^platforms/?$', PlatformsView.as_view(), name='platforms'), - url(r'^platform/(?P[\w\.]+)/?$', PlatformView.as_view(), name='platform'), + url(r'^platform/(?P[\w\-.]+)/?$', PlatformView.as_view(), name='platform'), url(r'^slice/?$',SliceView.as_view(),name='slice'), url(r'^slice/(?P[\w\.]+)/?$', SliceView.as_view(),name='slice'), url(r'^account/account_process/?$', account_process),