Skip to content

Commit

Permalink
Merge pull request #2380 from GerardPaligot/fix_2324
Browse files Browse the repository at this point in the history
Displays number of members in the list of members page.
  • Loading branch information
Eskimon committed Feb 24, 2015
2 parents 67288da + f4e3e9c commit 38fa562
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 38fa562

Please sign in to comment.