X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=portal%2Furls.py;h=05c84888fccf77c9d8ac7a73fde959745a8e87d1;hp=763678e0a0b84f40a35a094501a4e4fc5eb30a3f;hb=79491376e46b23c10fff08041d772a4eb6dbafe6;hpb=24efb592d00c990dbf065ac00dc60f738425deac diff --git a/portal/urls.py b/portal/urls.py index 763678e0..05c84888 100644 --- a/portal/urls.py +++ b/portal/urls.py @@ -48,7 +48,7 @@ urlpatterns = patterns('', url(r'^platforms/?$', PlatformsView.as_view(), name='platforms'), #url(r'^portal/platform/?$', PlatformView.platform_view(), name='platform'), url(r'^platform/(?P[\w\.]+)/?$', PlatformView.as_view(), name='platform'), - url(r'^account/acc_process/?$', views.acc_process), + url(r'^account/account_process/?$', views.account_process), url(r'^register/?$', views.register_4m_f4f), #url(r'^reg_process/?$', views.reg_4m_f4f_process), url(r'^contact/?$', views.contact),