1
0
Fork 0
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:
Nicolas Lœuillet 2014-01-28 11:19:06 +01:00
parent 21f50d5a08
commit f4fbfaa7cb
11 changed files with 94 additions and 50 deletions

View file

@ -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
View file

@ -0,0 +1 @@
name = Default