init project cleaned
This commit is contained in:
30
templates/user/change_password.html.twig
Normal file
30
templates/user/change_password.html.twig
Normal file
@@ -0,0 +1,30 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
{% block title %}Rénitialisation mot de passe{% endblock %}
|
||||
{% block body %}
|
||||
<head>
|
||||
<!-- Custom -->
|
||||
</head>
|
||||
<body>
|
||||
{% include "header.html.twig"%}
|
||||
<main>
|
||||
|
||||
<div class="my-5 modal position-static d-block" tabindex="-1" role="dialog" id="modalSignup">
|
||||
<div class="modal-dialog" role="document">
|
||||
<div class="modal-content rounded-5 border-0">
|
||||
<div class="modal-header p-5 pb-4 border-bottom-0">
|
||||
<h2 class="fw-bold mb-0">Choisir un nouveau mot de passe</h2>
|
||||
</div>
|
||||
{# Message changement ok #}
|
||||
{% if message_changement is defined %}<div class="text-success font-weight-bold ps-5 pe-5">{{ message_changement }}</div>{% endif %}
|
||||
<div class="modal-body p-5 pt-0">
|
||||
{% include 'forms/user/change_password.html.twig' %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
{% include "footer.html.twig"%}
|
||||
</body>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user