Skip to content

Commit

Permalink
fix: Extend template from CKAN, don't just replace it
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed Nov 19, 2024
1 parent dd44e3f commit 2d540d1
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 2d540d1

Please sign in to comment.