2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

Renamed Theme to ColorTheme, ColorTheme is now a per-user selection

This commit is contained in:
eeintech
2020-09-07 16:27:23 -05:00
parent 2e5ec5d249
commit 10dd8fad80
8 changed files with 56 additions and 39 deletions

View File

@ -21,10 +21,9 @@
{% csrf_token %}
{% load crispy_forms_tags %}
{% crispy form %}
{# <button type='submit' class='btn btn-primary'>{% trans "Apply Theme" %}</button> #}
</form>
</div>
</div>
</div>
{% endblock %}
{% endblock %}

View File

@ -39,7 +39,7 @@
<link rel="stylesheet" href="{% static 'css/select2.css' %}">
<link rel="stylesheet" href="{% static 'css/select2-bootstrap.css' %}">
<link rel="stylesheet" href="{% static 'css/bootstrap-toggle.css' %}">
<link rel="stylesheet" href="{% get_theme_css %}">
<link rel="stylesheet" href="{% get_theme_css user.get_username %}">
{% block css %}
{% endblock %}