From 3a8226bb8e576794802c20bda14e0d8ada848a40 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 6 Jul 2012 21:16:11 +0100 Subject: [PATCH] Finally get the last mention of sso.views.profile out --- app/sso/templates/sso/serviceaccount/created.html | 2 +- app/sso/urls.py | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/app/sso/templates/sso/serviceaccount/created.html b/app/sso/templates/sso/serviceaccount/created.html index cf3347e..1f2736a 100644 --- a/app/sso/templates/sso/serviceaccount/created.html +++ b/app/sso/templates/sso/serviceaccount/created.html @@ -24,7 +24,7 @@ this is incorrect please raise a bug on the tracker. {% endfor %} -

Return to your profile page

+

Return to your profile page

{% endif %} {% endblock %} diff --git a/app/sso/urls.py b/app/sso/urls.py index 8f989c9..ff9bd9b 100644 --- a/app/sso/urls.py +++ b/app/sso/urls.py @@ -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')}), -)