mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Switch index view to use a django generic standard view
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
</div>
|
||||
<div id="navigation">
|
||||
<ul>
|
||||
<li><a href="{% url sso.views.index %}">Home</a></li>
|
||||
{% if request.user %}
|
||||
<li><a href="{% url sso.views.profile %}">Profile</a></li>
|
||||
{% if "groups"|installed %}
|
||||
|
||||
Reference in New Issue
Block a user