X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Furls.py;h=c0b9a96d4bc8a382fd6a654fdb17f46cd33678d1;hb=58e800e51fa670234f3933ece4e9d5c59383226d;hp=16da2e65d81ddb887c16cc2e0590c591b59ed143;hpb=64c9f6a817a402720d18ea7bf6cd80f07ca767ec;p=myslice.git diff --git a/portal/urls.py b/portal/urls.py index 16da2e65..c0b9a96d 100644 --- a/portal/urls.py +++ b/portal/urls.py @@ -22,7 +22,7 @@ from django.conf.urls import patterns, include, url from portal import views -from portal.views import UserRegisterView, UserValidateView, DashboardView, PresViewView +from portal.views import UserRegisterView, UserValidateView, DashboardView, PresViewView, PlatformsView from portal.util import TemplateView # DEPRECATED #named_register_forms = ( @@ -44,7 +44,10 @@ urlpatterns = patterns('', url(r'^dashboard/?$', DashboardView.as_view(), name='dashboard'), #url(r'^my_account/?$', MyAccountView.as_view(), name='my_account'), url(r'^account/?$', views.my_account), + url(r'^platforms/?$', PlatformsView.as_view(), name='platforms'), url(r'^acc_process/?$', views.acc_process), + url(r'^register/?$', views.register_4m_f4f), + #url(r'^reg_process/?$', views.reg_4m_f4f_process), url(r'^contact/?$', views.contact), # Slice request url(r'^slice_request/?$', views.slice_request),