Removed Nexus, switched to default backends

This commit is contained in:
2012-05-20 18:13:35 +01:00
parent 1c675338c6
commit 3bad0c6c4e
4 changed files with 7 additions and 34 deletions

View File

@@ -62,7 +62,7 @@
<li><a href="{% url sso.views.user_lookup %}">Lookup User</a></li>
{% endif %}
{% if request.user.is_staff %}
<li><a href="/nexus/">Admin</a></li>
<li><a href="/admin/">Admin</a></li>
{% endif %}
{% if "sentry"|installed %}
{% if request.user.is_superuser %}