From 21e4ebc7dd1ef3bea2663151a7ca5f6ca48f8bec Mon Sep 17 00:00:00 2001 From: Meiran Zhiyenbayev Date: Wed, 10 Jul 2024 17:55:09 +0300 Subject: [PATCH] [template][xs]: updated template for group images --- ckanext/rvr/templates/group/snippets/group_item.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}