Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
fix traceback on /credits (bug 853695)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed Mar 26, 2013
1 parent db83b6e commit 2691ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/pages/templates/pages/credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h3>
</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 %}
Expand Down

0 comments on commit 2691ff0

Please sign in to comment.