X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Furls.py;h=ac6c35b61e6cd617231bf0177b08bfcab09a119c;hb=6455c7c57d37e220aa1021f3f0ecbb2a9e478191;hp=6e733483d70b99f27fdc37a2a0a7d5e7c079266f;hpb=a550a0730c28c01cbc40b8adc07010b51be23e7d;p=myslice.git diff --git a/portal/urls.py b/portal/urls.py index 6e733483..ac6c35b6 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),