mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-02 20:01:51 +02:00
Compare commits
No commits in common. "c0c2d402862e26eff4f3e922212e6c22da7ec61e" and "44a2c20f950742e6f72f22fe09b5afc68c2899f6" have entirely different histories.
c0c2d40286
...
44a2c20f95
3 changed files with 3 additions and 4 deletions
|
@ -8,6 +8,6 @@
|
|||
</p>
|
||||
<div class="box">
|
||||
<p>Votre mot de passe a été correctement réinitialisé. Vous pouvez maintenant vous connecter.</p>
|
||||
<a class="button is-primary" href="{% url 'accounts:login' %}">Se connecter</a>
|
||||
<button class="button is-primary" href="{% url 'accounts:login'%}">Se connecter</button>
|
||||
</div>
|
||||
{% endblock %}
|
|
@ -9,8 +9,8 @@
|
|||
{% if validlink %}
|
||||
<form method="POST">
|
||||
<p>Veuillez entrer un nouveau mot de passe tout neuf.</p>
|
||||
{{ form | crispy }}
|
||||
{% csrf_token %}
|
||||
{% crispy form %}
|
||||
<input class="button is-primary"
|
||||
type="submit"
|
||||
value="Changer le mot de passe">
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
<div class="box">
|
||||
<form method="POST">
|
||||
<p>Entrez votre mail pour recevoir les instructions pour le réinitialiser.</p>
|
||||
{{ form | crispy }}
|
||||
{% csrf_token %}
|
||||
{% crispy form %}
|
||||
<div class="buttons">
|
||||
<input class="button is-primary" type="submit" value="Envoyer">
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue