remotes/1693045480750635534/spooky-22
kek7198 2021-12-05 06:33:30 -06:00
parent 4d31493ebf
commit 6eeeeaed6c
1 changed files with 44 additions and 40 deletions

View File

@ -35,7 +35,7 @@
<body id="login">
<div class="flex h-screen pt-2 lg:pt-16 bg-gray-500">
<div class="min-h-full flex items-center justify-center py-12 px-4 sm:px-6 lg:px-8 bg-gradient-to-t from-gray-700 to-gray-600">
<div class="mb-3">
<a href="/" class="text-decoration-none">
@ -51,6 +51,8 @@
<p class="text-muted mb-md-2">No email address required.</p>
{% endif %}
<div class="max-w-md w-full space-y-8">
<form action="/signup" method="post" class="mt-md-3" id="signup">
{% if error %}<span class="text-danger">{{error}}</span><br>{% endif %}
@ -109,6 +111,8 @@
</div>
</div>
<script src="/assets/js/signup.js?v=63"></script>
{% if hcaptcha %}