publik-base-theme/templates/variants/alpes-maritimes-2018/authentic2/login_password_form.html

15 lines
595 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% load gadjo %}
<form method="post" action="" class="pk-mark-optional-fields">
{% csrf_token %}
{{ form|with_template }}
{% if can_reset_password %}
<p class="forgot-password"><a href="{% url 'password_reset' %}{% if request.GET.next %}?next={{ request.GET.next|urlencode }}{% endif %}">Vous avez oublié votre mot de passe ?</a></p>
<div class="buttons">
<button name="{{ submit_name }}">SIDENTIFIER</button>
{% if cancel %}
<button class="cancel-button" name="cancel" formnovalidate>ANNULER</button>
{% endif %}
</div>
</form>
{% endif %}