fix traceback on /credits (bug 853695)
This commit is contained in:
Родитель
db83b6e7cd
Коммит
2691ff0a94
|
@ -41,7 +41,7 @@
|
|||
</h3>
|
||||
<p>
|
||||
{% for user in users %}
|
||||
<a href="{{ user.get_url_path() }}">{{ user.user__display_name }}</a>{% if not loop.last %}, {% endif %}
|
||||
<a href="{{ url('users.profile', user.user__username) }}">{{ user.user__display_name }}</a>{% if not loop.last %}, {% endif %}
|
||||
{% endfor %}
|
||||
</p>
|
||||
{% endif %}
|
||||
|
|
Загрузка…
Ссылка в новой задаче