remotes/1693045480750635534/spooky-22
Aevann1 2022-03-26 20:33:13 +02:00
parent 9623ce5f4e
commit 1de350f3e9
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@
<p>Change the theme for the website.</p>
<div class="input-group mb2">
<select autocomplete="off" id='theme' class="form-control" form="profile-settings" name="theme" onchange="post_toast(this,'/settings/profile?theme='+document.getElementById('theme').value, '1')">
{% for entry in ["dramblr", "classic", "classic_dark",, "win98", "dark", "light", "coffee", "tron", "4chan", "midnight"] %}
{% for entry in ["dramblr", "classic", "classic_dark", "win98", "dark", "light", "coffee", "tron", "4chan", "midnight"] %}
<option value="{{entry}}" {% if v.theme==entry %} selected {% endif %}>
{{entry}}
</option>