Commit a25eabab authored by Andreas Heimann's avatar Andreas Heimann

added any pronouns

parent 4287366a
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
<option value="they/them" {{ my.pronouns == "they/them" ? "selected" : ""}}>they/them</option> <option value="they/them" {{ my.pronouns == "they/them" ? "selected" : ""}}>they/them</option>
<option value="he/they" {{ my.pronouns == "he/they" ? "selected" : ""}}>he/they</option> <option value="he/they" {{ my.pronouns == "he/they" ? "selected" : ""}}>he/they</option>
<option value="she/they" {{ my.pronouns == "she/they" ? "selected" : ""}}>she/they</option> <option value="she/they" {{ my.pronouns == "she/they" ? "selected" : ""}}>she/they</option>
<option value="any pronouns" {{ my.pronouns == "any pronouns" ? "selected" : ""}}>any pronouns</option>
</select> </select>
<span>This will be shown on your profile and on tournaments, so please take this field serious.</span> <span>This will be shown on your profile and on tournaments, so please take this field serious.</span>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment