# HG changeset patch # User Goffi # Date 1700662930 -3600 # Node ID 4e050f67c0794f378ca544d8104d1a23414cd3e5 # Parent 4571cd4e68c133de194aeb71d4ff0c9c4f011b9b bulma (photo/album): don't add CSS as Libervia Web now injects it when loading the python module diff -r 4571cd4e68c1 -r 4e050f67c079 sat_templates/templates/bulma/photo/album.html --- 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 %}