mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-04-28 18:02:43 +02:00
Compare commits
2 commits
44a2c20f95
...
c0c2d40286
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c0c2d40286 | ||
28290f20de |
3 changed files with 4 additions and 3 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>
|
||||
<button class="button is-primary" href="{% url 'accounts:login'%}">Se connecter</button>
|
||||
<a class="button is-primary" href="{% url 'accounts:login' %}">Se connecter</a>
|
||||
</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,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