mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-04-30 19:02:38 +02:00
Compare commits
3 commits
d0a1b441b2
...
4bd7a21aea
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4bd7a21aea | ||
![]() |
c0c2d40286 | ||
28290f20de |
3 changed files with 4 additions and 3 deletions
|
@ -8,6 +8,6 @@
|
||||||
</p>
|
</p>
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<p>Votre mot de passe a été correctement réinitialisé. Vous pouvez maintenant vous connecter.</p>
|
<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>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
|
@ -9,8 +9,8 @@
|
||||||
{% if validlink %}
|
{% if validlink %}
|
||||||
<form method="POST">
|
<form method="POST">
|
||||||
<p>Veuillez entrer un nouveau mot de passe tout neuf.</p>
|
<p>Veuillez entrer un nouveau mot de passe tout neuf.</p>
|
||||||
|
{{ form | crispy }}
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{% crispy form %}
|
|
||||||
<input class="button is-primary"
|
<input class="button is-primary"
|
||||||
type="submit"
|
type="submit"
|
||||||
value="Changer le mot de passe">
|
value="Changer le mot de passe">
|
||||||
|
|
|
@ -8,7 +8,8 @@
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<form method="POST">
|
<form method="POST">
|
||||||
<p>Entrez votre mail pour recevoir les instructions pour le réinitialiser.</p>
|
<p>Entrez votre mail pour recevoir les instructions pour le réinitialiser.</p>
|
||||||
{% crispy form %}
|
{{ form | crispy }}
|
||||||
|
{% csrf_token %}
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<input class="button is-primary" type="submit" value="Envoyer">
|
<input class="button is-primary" type="submit" value="Envoyer">
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue