mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-05 13:21:49 +02:00
Forgot password button
This commit is contained in:
parent
6620a9c57c
commit
73e8bc755a
1 changed files with 5 additions and 2 deletions
|
@ -8,8 +8,11 @@
|
|||
<form method="post">
|
||||
{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
<button class="button is-primary" type="submit">Se connecter</button>
|
||||
<a href="{% url 'accounts:signup' %}">Créer un compte</a>
|
||||
<a href="{% url 'accounts:password_reset' %}">Mot de passe oublié ?</a>
|
||||
<div class="buttons">
|
||||
<button class="button is-primary" type="submit">Se connecter</button>
|
||||
<a href="{% url 'accounts:signup' %}">Créer un compte</a>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
Loading…
Reference in a new issue