mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-18 00:21:14 +10:00
Cutting away the fat
Removed the gender selection thing as it was pointless, also trimmed the fat for the MOTDs and welcome messages.
This commit is contained in:
@@ -136,26 +136,6 @@
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<p class="settings-label"><label for="gender_select">Are you a girl, boy or something else?</label></p>
|
||||
<div class="select-content">
|
||||
<div class="select-button">
|
||||
<select name="gender_select" id="gender_select">
|
||||
<option value="0"{% if profile.gender_is == 0 %} selected{% endif %}>I don't know</option>
|
||||
<option value="1"{% if profile.gender_is == 1 %} selected{% endif %}>Girl</option>
|
||||
<option value="2"{% if profile.gender_is == 2 %} selected{% endif %}>Boy</option>
|
||||
<option value="3"{% if profile.gender_is == 3 %} selected{% endif %}>Minion</option>
|
||||
<option value="4"{% if profile.gender_is == 4 %} selected{% endif %}>Toaster</option>
|
||||
<option value="5"{% if profile.gender_is == 5 %} selected{% endif %}>Dino</option>
|
||||
<option value="6"{% if profile.gender_is == 6 %} selected{% endif %}>Truck</option>
|
||||
<option value="7"{% if profile.gender_is == 7 %} selected{% endif %}>Robot</option>
|
||||
<option value="8"{% if profile.gender_is == 8 %} selected{% endif %}>Monkey</option>
|
||||
<option value="9"{% if profile.gender_is == 9 %} selected{% endif %}>Big chungus</option>
|
||||
<option value="10"{% if profile.gender_is == 10 %} selected{% endif %}>Other</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<p class="settings-label"><label for="yeahs_visibility">Who should be able to see your Yeahs given?</label></p>
|
||||
|
||||
Reference in New Issue
Block a user