Mercurial > libervia-templates
diff sat_templates/templates/bulma/photo/album.html @ 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 | 1de599c5a68f |
children |
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 %}