remotes/1693045480750635534/spooky-22
Aevann1 2021-08-27 18:58:51 +02:00
parent b30373d409
commit 2201c7b327
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<div class="input-group mb2">
<select id='quadrant' class="form-control" form="profile-settings" name="quadrant" onchange="post('/settings/profile?quadrant='+document.getElementById('quadrant').value, function(){window.location.reload(true);})">
{% for entry in ["Centrist", "AuthRight", "AuthLeft", "LibLeft", "LibRight", "AuthCenter", "Left", "LibCenter", "Right", "LibRight"] %}
<option value="{{entry}}">
<option value="{{entry}}" {% if v.quadrant==entry %} selected {% endif %}>
{{entry}}
</option>
{% endfor %}