added confirmation to deleting

This commit is contained in:
2022-05-07 10:33:00 +02:00
parent 10e69d8add
commit fcecd1f819
8 changed files with 73 additions and 35 deletions

View File

@@ -2,7 +2,6 @@
{% block content %}
<div class="container">
<form action="{{request.route_url('user_add', name=name)}}" method="post" class="form">
{% for error in form.username.errors %}
@@ -31,6 +30,5 @@
</form>
</div>
{% endblock %}