Rename custom user_css
context
and stop checking an older deprecated setting
This commit is contained in:
parent
d0d568b3a5
commit
52c8f3e12c
3 changed files with 5 additions and 8 deletions
|
@ -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'))}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue