Remove old `flat-theme` body class.
parent
4759fdf593
commit
ab5ca9626a
|
|
@ -139,7 +139,7 @@
|
|||
|
||||
{% block bodyclass %}
|
||||
{% get_admin_interface_theme as theme %}
|
||||
flat-theme admin-interface
|
||||
admin-interface
|
||||
{% if theme.name %} {{ theme.name|slugify }}-theme {% endif %}
|
||||
{% if theme.foldable_apps %} foldable-apps {% endif %}
|
||||
{% if theme.form_submit_sticky %} sticky-submit {% endif %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue