Remove old `flat-theme` body class.

master
Fabio Caccamo 2023-12-21 10:54:20 +01:00
parent 4759fdf593
commit ab5ca9626a
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@
{% block bodyclass %} {% block bodyclass %}
{% get_admin_interface_theme as theme %} {% get_admin_interface_theme as theme %}
flat-theme admin-interface admin-interface
{% if theme.name %} {{ theme.name|slugify }}-theme {% endif %} {% if theme.name %} {{ theme.name|slugify }}-theme {% endif %}
{% if theme.foldable_apps %} foldable-apps {% endif %} {% if theme.foldable_apps %} foldable-apps {% endif %}
{% if theme.form_submit_sticky %} sticky-submit {% endif %} {% if theme.form_submit_sticky %} sticky-submit {% endif %}