mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-04-28 18:02:43 +02:00
Fix change-password and Connect buttons
This commit is contained in:
parent
28290f20de
commit
c0c2d40286
2 changed files with 2 additions and 2 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">
|
||||
|
|
Loading…
Reference in a new issue