Skip to content

Commit

Permalink
[#2941] Fix crashing user followers page
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Oct 17, 2012
1 parent 7cd60e2 commit 77aff9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/user/followers.html
Expand Up @@ -4,5 +4,5 @@

{% block primary_content_inner %}
<h2 class="hide-heading">{{ _('Followers').format(name=c.user_dict.display_name) }}</h2>
{% snippet "user/snippets/followers.html", followers=c.user_dict.num_followers %}
{% snippet "user/snippets/followers.html", followers=c.followers %}
{% endblock %}

0 comments on commit 77aff9a

Please sign in to comment.