better-looking signup page

pull/210/head
Aevann 2023-09-27 00:53:23 +03:00
parent 455fb1260f
commit 4fdfdc1d25
1 changed files with 2 additions and 2 deletions

View File

@ -72,9 +72,9 @@
<input autocomplete="off" class="form-control" id="username-register" type="text" name="username" pattern="[a-zA-Z0-9_\-]{3,25}" min="3" max="25" required {% if username %}value="{{username}}"{% endif %}>
<small id="usernameHelpRegister"></small>
<label for="email-register" class="mt-3">Email Address</label>
<label for="email-register" class="mt-3 mb-0">Email Address</label>
<small class="d-inline-block text-muted ml-1">(optional, but you'll need it if you forget your password)</small>
<div class="text-small-extra text-muted mb-2">Optional, but you'll need it if you forget your password</div>
<input style="background-color: var(--gray-800)" autocomplete="off" class="form-control" id="email-register" type="email" name="email" readonly data-nonce="{{g.nonce}}" {% if email %}value="{{email}}"{% endif %}>