]> ruin.nu Git - ndwebbie.git/blobdiff - root/src/settings/index.tt2
Add discord_id
[ndwebbie.git] / root / src / settings / index.tt2
index 6faddb5043376fdb9aa7f01501fb8b01e853e63f..8cafbf4890200404918ffe880fd707d3a62eff55 100644 (file)
@@ -9,8 +9,12 @@
        <br>
        <input type="submit" value="Change">
 </fieldset></form>
+<form action="[% c.uri_for('changeDiscordId') %]" method="post"><fieldset> <legend>Discord ID</legend>
+       <input type="text" name="discord_id" value="[% discord_id | html %]" class="discord_id">
+       <br><input type="submit" value="Change">
+</fieldset></form>
 <form action="[% c.uri_for('changeEmail') %]" method="post"><fieldset> <legend>Email</legend>
-       <input type="text" name="email" value="[% email | html %]">
+       <input type="text" name="email" value="[% email | html %]" class="email">
        <br><input type="submit" value="Change">
 </fieldset></form>
 <form action="[% c.uri_for('changeBirthday') %]" method="post"><fieldset> <legend>Birthday</legend>