Chapter 11

This commit is contained in:
2023-06-04 11:24:53 +02:00
parent 44e46135a6
commit 190cd464cf
13 changed files with 294 additions and 188 deletions

View File

@@ -0,0 +1,11 @@
{% extends "base.html" %}
{% import 'bootstrap/wtf.html' as wtf %}
{% block app_content %}
<h1>Reset Password</h1>
<div class="row">
<div class="col-md-4">
{{ wtf.quick_form(form) }}
</div>
</div>
{% endblock %}