# HG changeset patch # User Goffi # Date 1597387626 -7200 # Node ID a2b4793c92a9d9e04c22a87ed83572fadab73df7 # Parent dbdaf1d7442be6adf9d161821aac44671ec722bb bulma (photo/album): updated path for swiper CSS diff -r dbdaf1d7442b -r a2b4793c92a9 sat_templates/templates/bulma/photo/album.html --- 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 %}