mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
dark mode reverted + meal plan button
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user