forked from MarseyWorld/MarseyWorld
fdfd
parent
f58bc23540
commit
e9b31166e5
|
@ -23,7 +23,7 @@
|
|||
</div>
|
||||
|
||||
<div class="body w-lg-100">
|
||||
<p>Change your quadrant.</p>
|
||||
<p>Choose your quadrant.</p>
|
||||
<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"] %}
|
||||
|
|
Loading…
Reference in New Issue