dark mode reverted + meal plan button

This commit is contained in:
vabene1111
2020-02-04 22:18:10 +01:00
parent c96159e15c
commit bc066d29f6
4 changed files with 21 additions and 2 deletions

View File

@@ -47,7 +47,7 @@
<select class="form-control" id="id_select_theme" onchange="changeTheme()">
<option value="{% static 'themes/bootstrap.min.css' %}">{% trans 'Default' %}</option>
<option value="{% static 'themes/flatly.min.css' %}">Flatly</option>
<option value="{% static 'themes/darkly.min.css' %}">Darkly</option>
<!--<option value="{% static 'themes/darkly.min.css' %}">Darkly</option>-->
<option value="{% static 'themes/superhero.min.css' %}">Superhero</option>
</select>
</label>