Must still define "jquery theme" for falafel theme, for now

ugh, need to get rid of that ASAP
This commit is contained in:
Lance Edgar 2019-05-08 13:40:27 -05:00
parent 070d4fc43e
commit 789512de55

View file

@ -322,6 +322,12 @@
${h.stylesheet_link('https://unpkg.com/buefy@0.7.4/dist/buefy.min.css')}
</%def>
## TODO: this is only being referenced by the progress template i think?
## (so, should make a Buefy progress page at least)
<%def name="jquery_theme()">
${h.stylesheet_link('https://code.jquery.com/ui/1.11.4/themes/dark-hive/jquery-ui.css')}
</%def>
<%def name="extra_styles()"></%def>
<%def name="head_tags()"></%def>