]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/default/config.twig
some fix to courgette theme
[github/wallabag/wallabag.git] / themes / default / config.twig
index ada238d64a2efa7500ffcfb5ff85386c10ebe160..df62520a706ab7d0c2c1601e2be90445427235ac 100644 (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>