Merge branch 'master' into ofop
[redakcja.git] / apps / catalogue / templates / catalogue / user_list.html
index 9e1e83e..c4b1dfc 100755 (executable)
@@ -8,7 +8,7 @@
 
 <ul>
 {% for user in users %}
-    <li><a href="{% url catalogue_user user.username %}">
+    <li><a href="{% url 'catalogue_user' user.username %}">
         <span class="chunkno">{{ forloop.counter }}.</span>
         {{ user.first_name }} {{ user.last_name }}</a>
         ({{ user.count }})</li>