Fix user searching, actually returns a working page.

This commit is contained in:
2010-05-13 23:24:45 +01:00
parent ac0bb7ad43
commit 204b10d71b
2 changed files with 2 additions and 2 deletions

View File

@@ -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>