mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Fix user searching, actually returns a working page.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
<ul>
|
||||
{% for user in users %}
|
||||
<li><a href="{% url sso.views.view_user user.name %}">{{ user.name }}</a></li>
|
||||
<li><a href="{% url sso.views.user_view user.name %}">{{ user.name }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user