mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-22 17:18:37 +00:00
some fix to courgette theme
This commit is contained in:
parent
21f50d5a08
commit
f4fbfaa7cb
11 changed files with 94 additions and 50 deletions
|
@ -49,8 +49,8 @@
|
|||
<div class="row">
|
||||
<label class="col w150p" for="theme">{% trans "Theme:" %}</label>
|
||||
<select class="col" id="theme" name="theme">
|
||||
{% for theme in themes %}
|
||||
<option value="{{ theme.name }}" {{ theme.current ? 'selected' : '' }}>{{ theme.name }}</option>
|
||||
{% for key, theme in themes %}
|
||||
<option value="{{ key }}" {{ theme.current ? 'selected' : '' }}>{{ theme.name }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
</div>
|
||||
|
|
1
themes/default/theme.ini
Normal file
1
themes/default/theme.ini
Normal file
|
@ -0,0 +1 @@
|
|||
name = Default
|
Loading…
Add table
Add a link
Reference in a new issue