Add lost password recovery

This commit is contained in:
2025-05-12 16:37:30 +02:00
parent c91fdad70b
commit 15c0f4fd79
38 changed files with 1299 additions and 397 deletions

View File

@@ -1,8 +1,12 @@
<!DOCTYPE html>
<html class="no-js" lang="fr">
<html lang="fr">
{% include '_head.html' %}
<body role="document">
{% include '_nav_userlogin.html'%}
@@ -11,7 +15,10 @@
{% block main %}{% endblock %}
</div>
{% include '_flash_msgs.html' %}
{% include '_footer.html' %}
{% include '_js.html' %}
</body>
</html>