mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 23:02:19 +00:00
Finally get the last mention of sso.views.profile out
This commit is contained in:
@@ -24,7 +24,7 @@ this is incorrect please raise a bug on the tracker.
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p><a href="{% url sso.views.profile %}">Return to your profile page</a></p>
|
<p><a href="{% url sso-profile %}">Return to your profile page</a></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@@ -28,6 +28,3 @@ urlpatterns = patterns('',
|
|||||||
url(r'^address/$', views.UserIPAddressView.as_view(), name='sso-ipaddress'),
|
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