changeset 384:4e050f67c079

bulma (photo/album): don't add CSS as Libervia Web now injects it when loading the python module
author Goffi <goffi@goffi.org>
date Wed, 22 Nov 2023 15:22:10 +0100
parents 4571cd4e68c1
children 941e4006ab6e
files sat_templates/templates/bulma/photo/album.html
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sat_templates/templates/bulma/photo/album.html	Wed Nov 22 15:22:09 2023 +0100
+++ b/sat_templates/templates/bulma/photo/album.html	Wed Nov 22 15:22:10 2023 +0100
@@ -1,5 +1,3 @@
-{# FIXME: Q&D way to add a CSS from node_modules, it should be imported directly with the python module #}
-{{ css_files.append(build_path+"node_modules/swiper/swiper-bundle.min.css") or "" }}
 {% set loading_screen = true %}
 {% extends 'base/base.html' %}
 {% import 'components/avatar.html' as avatar with context %}