This commit is contained in:
Michał Gdula 2023-05-07 16:24:34 +01:00
parent 62945c943d
commit ebdef07840
7 changed files with 222 additions and 127 deletions

View file

@ -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>