mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-18 04:09:29 +00:00
Finally get the last mention of sso.views.profile out
This commit is contained in:
@@ -28,6 +28,3 @@ urlpatterns = patterns('',
|
||||
url(r'^address/$', views.UserIPAddressView.as_view(), name='sso-ipaddress'),
|
||||
)
|
||||
|
||||
urlpatterns += patterns('django.views.generic.simple',
|
||||
('^$', 'redirect_to', {'url': reverse_lazy('sso.views.profile')}),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user