mirror of
https://github.com/StefBuwalda/WebTech.git
synced 2025-10-30 19:29:58 +00:00
YOU CAN ADD ACCOUNTS
This commit is contained in:
@@ -18,10 +18,10 @@ Register
|
||||
{{ form.password.label }} <br> {{ form.password() }}
|
||||
</div>
|
||||
<div>
|
||||
Confirm {{ form.password.label }} <br> {{ form.password() }}
|
||||
{{ form.confirm_password.label }} <br> {{ form.confirm_password() }}
|
||||
</div>
|
||||
<div>
|
||||
{{ form.admin }} {{ form.admin.label }}
|
||||
{{ form.is_admin }} {{ form.is_admin.label }}
|
||||
</div>
|
||||
<div class="submit">
|
||||
{{ form.submit() }}
|
||||
|
||||
Reference in New Issue
Block a user