diff sat_templates/templates/bulma/components/search_item.html @ 399:e7152fc8a81f default tip

bulma (components/search_item): explicitely import "avatar".
author Goffi <goffi@goffi.org>
date Thu, 06 Jun 2024 15:22:22 +0200
parents 9847e6dbeefa
children
line wrap: on
line diff
--- a/sat_templates/templates/bulma/components/search_item.html	Thu Jun 06 15:21:47 2024 +0200
+++ b/sat_templates/templates/bulma/components/search_item.html	Thu Jun 06 15:22:22 2024 +0200
@@ -1,3 +1,5 @@
+{% import 'components/avatar.html' as avatar with context %}
+
 <div class="column is-2-desktop is-6-touch">
     <div class="card x-is-hoverable">
         {% if multiple_selection %}