Skip to content

Commit

Permalink
fix(member): Displays number of members in the list of members page.
Browse files Browse the repository at this point in the history
Uses paginator's property count to get the total number of members,
across all pages.

Closes #2324
  • Loading branch information
GerardPaligot committed Feb 24, 2015
1 parent 67288da commit f4e3e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/member/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

{% block content %}
<p>
{% trans "Sur cette page vous pourrez trouver la liste des membres inscrits au site (actuellement" %} {{ members.count }} {% trans "membres" %}).
{% trans "Sur cette page vous pourrez trouver la liste des membres inscrits au site (actuellement" %} {{ paginator.count }} {% trans "membres" %}).
</p>


Expand Down

0 comments on commit f4e3e9c

Please sign in to comment.