mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-12 00:31:51 +02:00
Merge branch 'fix-password-reset-form' into 'develop'
Fix the password reset form See merge request la-chariotte/la-chariotte!122
This commit is contained in:
commit
be675b5d4e
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
|||
<div class="box">
|
||||
<form method="POST">
|
||||
<p>Entrez votre mail pour recevoir les instructions pour le réinitialiser.</p>
|
||||
{% crispy form %}
|
||||
{{ form | crispy }}
|
||||
{% csrf_token %}
|
||||
<div class="buttons">
|
||||
<input class="button is-primary" type="submit" value="Envoyer">
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue