changed class name to padding

This commit is contained in:
DaanoGames
2025-04-16 15:36:12 +02:00
parent e83aa4ceb7
commit b8a131e990
4 changed files with 18 additions and 9 deletions

View File

@@ -35,16 +35,16 @@ Register
<div>
{{ form.username.label }} <br> {{ form.username() }}
</div>
<div>
<div class="padding">
{{ form.password.label }} <br> {{ form.password() }}
</div>
<div>
<div class="padding">
{{ form.confirm_password.label }} <br> {{ form.confirm_password() }}
</div>
<div>
<div class="padding">
{{ form.is_admin() }} {{ form.is_admin.label }}
</div>
<div class="submit">
<div class="padding">
{{ form.submit() }}
</div>
</form>