changeset 276:a2b4793c92a9

bulma (photo/album): updated path for swiper CSS
author Goffi <goffi@goffi.org>
date Fri, 14 Aug 2020 08:47:06 +0200
parents dbdaf1d7442b
children 4efd3d23de17
files sat_templates/templates/bulma/photo/album.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sat_templates/templates/bulma/photo/album.html	Fri Aug 14 08:47:06 2020 +0200
+++ b/sat_templates/templates/bulma/photo/album.html	Fri Aug 14 08:47:06 2020 +0200
@@ -1,5 +1,5 @@
 {# 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/css/swiper.min.css") or "" }}
+{{ css_files.append(build_path+"node_modules/swiper/swiper-bundle.min.css") or "" }}
 {% extends 'base/base.html' %}
 {% import 'components/avatar.html' as avatar with context %}
 {% import 'input/textbox.html' as textbox with context %}