diff --git a/ckanext/rvr/templates/group/snippets/group_item.html b/ckanext/rvr/templates/group/snippets/group_item.html index 097a993..5035abb 100644 --- a/ckanext/rvr/templates/group/snippets/group_item.html +++ b/ckanext/rvr/templates/group/snippets/group_item.html @@ -17,7 +17,7 @@
  • {% block item_inner %} {% block image %} - {{ group.name }} + {{ group.name }} {% endblock %} {% block title %}

    {{ group.display_name }}

    @@ -47,4 +47,4 @@

    {{ group.display_name }}

    {% endblock %} {% if position is divisibleby 3 %}
  • - {% endif %} \ No newline at end of file + {% endif %}