X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Furls.py;h=c0b9a96d4bc8a382fd6a654fdb17f46cd33678d1;hb=58e800e51fa670234f3933ece4e9d5c59383226d;hp=eba1c9cd9eeb524eb0e83922a2f650c8a8533f9e;hpb=0dbb6aa8f18054cb2fce0809a982de65c7d13fc8;p=myslice.git diff --git a/portal/urls.py b/portal/urls.py index eba1c9cd..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,6 +44,7 @@ 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),