{% extends "InvenTree/settings/settings.html" %} {% load i18n %} {% load inventree_extras %} {% block tabs %} {% include "InvenTree/settings/tabs.html" with tab='theme' %} {% endblock %} {% block settings %}

Color Themes

{% csrf_token %} {% load crispy_forms_tags %} {% crispy form %}
{% if invalid_color_theme %} {% endif %} {% endblock %}