X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Furls.py;fp=portal%2Furls.py;h=98c7a79368e4331932a40ec4d62b5c058668436a;hb=254eb62e6dd744a3cf08fe530c404a88d00c5bef;hp=4c61801f8d3859499f33c0f49c90ba6fea599b83;hpb=8e9f1db465d5579630eb84f51e3f3dd6b2458956;p=unfold.git diff --git a/portal/urls.py b/portal/urls.py index 4c61801f..98c7a793 100644 --- a/portal/urls.py +++ b/portal/urls.py @@ -61,7 +61,7 @@ urlpatterns = patterns('', #url(r'^my_account/?$', MyAccountView.as_view(), name='my_account'), url(r'^account/?$', AccountView.as_view(), name='account'), url(r'^admin/?$', AdminView.as_view(), name='user_list'), - url(r'^user/(?P[\w\s.@\-]+)/?$', AccountView.as_view(), name='account'), + url(r'^user/(?P[\w\s.@\-]+)/?$', UserView.as_view(), name='account'), url(r'^user/user_process/?$', user_process), url(r'^platforms/?$', PlatformsView.as_view(), name='platforms'), url(r'^platform/(?P[\w\.\-]+)/?$', PlatformView.as_view(), name='platform'),