mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-06-01 15:23:10 +00:00
Add email column
This commit is contained in:
parent
3d9b387ea8
commit
c299450d1c
5 changed files with 36 additions and 8 deletions
|
@ -20,13 +20,18 @@
|
|||
|
||||
<div class="block">
|
||||
<h2>Register</h2>
|
||||
<p>Don't have an account? Register here!</p>
|
||||
<p>Don't have an account?</p>
|
||||
<form action="{{ url_for('auth.register') }}" method="POST">
|
||||
<span class="text-input">
|
||||
<label for="register-username">Username</label>
|
||||
<input type="text" name="username" placeholder="Jerry" id="register-username" required>
|
||||
</span>
|
||||
|
||||
<span class="text-input">
|
||||
<label for="register-email">Username</label>
|
||||
<input type="text" name="email" placeholder="jerry@example.com" id="register-email" required>
|
||||
</span>
|
||||
|
||||
<span class="text-input">
|
||||
<label for="register-password">Password</label>
|
||||
<input type="password" name="password" placeholder="password123" id="register-password" required>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue