Rename custom user_css context

and stop checking an older deprecated setting
This commit is contained in:
Lance Edgar 2024-04-15 13:02:13 -05:00
parent d0d568b3a5
commit 52c8f3e12c
3 changed files with 5 additions and 8 deletions

View file

@ -162,9 +162,8 @@
</%def>
<%def name="buefy_styles()">
% if buefy_css:
## custom Buefy CSS
${h.stylesheet_link(buefy_css)}
% if user_css:
${h.stylesheet_link(user_css)}
% else:
## upstream Buefy CSS
${h.stylesheet_link(h.get_liburl(request, 'buefy.css'))}