mirror of
https://github.com/Project-Redacted/Highscores-Server.git
synced 2025-05-31 15:33:12 +00:00
Sassy
This commit is contained in:
parent
62945c943d
commit
ebdef07840
7 changed files with 222 additions and 127 deletions
|
@ -13,9 +13,8 @@
|
|||
|
||||
<div class="auth">
|
||||
<h2>Register</h2>
|
||||
<form action="" method="POST">
|
||||
<form action="{{ url_for('auth.register') }}" method="POST">
|
||||
<input type="text" name="username" placeholder="Username" required>
|
||||
<input type="email" name="email" placeholder="Email - Optional">
|
||||
<input type="password" name="password" placeholder="Password" required>
|
||||
<button type="submit" class="secondary">Register</button>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue