Skip to content

Commit

Permalink
Merge pull request #137 from liip/fix/fix-group-list-item
Browse files Browse the repository at this point in the history
Fix/fix group list item
  • Loading branch information
bellisk authored Nov 20, 2024
2 parents dd44e3f + 2d540d1 commit 406c244
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckanext/switzerland/templates/group/snippets/group_item.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{% ckan_extends %}

{% block members %}
{% if 'member_count' in group and group.member_count %}
<strong class="count">{{ ungettext('{num} Member', '{num} Members', group.member_count).format(num=group.member_count) }}</strong>
Expand Down

0 comments on commit 406c244

Please sign in to comment.