remotes/1693045480750635534/spooky-22
kek7198 2021-12-05 07:04:57 -06:00
parent 86f69ec689
commit 77979f8476
1 changed files with 2 additions and 2 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"> <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="space-y-4" id="signup"> <form action="/signup" method="post" class="relative space-y-4" id="signup">
{% if error %}<div class="text-red-600 mb-2">{{error}}</div>{% endif %} {% if error %}<div class="text-red-600 mb-2">{{error}}</div>{% endif %}
<div class="hidden"> <div class="absolute">
<input type="hidden" name="formkey" value="{{formkey}}"> <input type="hidden" name="formkey" value="{{formkey}}">
<input type="hidden" name="now" value="{{now}}"> <input type="hidden" name="now" value="{{now}}">
{% if redirect %} {% if redirect %}