]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/courgette/config.twig
some fix to courgette theme
[github/wallabag/wallabag.git] / themes / courgette / config.twig
index fdeb464baef5b519b2d4cff8cc909287a50cd19f..3ab1d92f4a250006e837fd670ac2e851b5157a78 100755 (executable)
@@ -35,8 +35,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>