remotes/1693045480750635534/spooky-22
kek7198 2021-12-05 07:06:19 -06:00
parent 77979f8476
commit dc365480d2
1 changed files with 47 additions and 43 deletions

View File

@ -59,11 +59,11 @@
<div class="max-w-2xl w-full space-y-8 px-6 py-5 bg-gray-200 rounded shadow-sm">
<form action="/signup" method="post" class="relative space-y-4" id="signup">
<form action="/signup" method="post" id="signup">
{% if error %}<div class="text-red-600 mb-2">{{error}}</div>{% endif %}
<div class="absolute">
<div class="hidden">
<input type="hidden" name="formkey" value="{{formkey}}">
<input type="hidden" name="now" value="{{now}}">
{% if redirect %}
@ -72,6 +72,8 @@
<input type="hidden" name="referred_by" value="{{ref_user.id}}">{% endif %}
</div>
<div class="space-y-4">
<div>
<label for="username-register" class="label text-black">Username</label>
<input class="form-input" id="username-register"
@ -117,6 +119,8 @@
Create account
</button>
</div>
</form>
</div>