Newer
Older
{% extends "base.html" %}
{% block "content" %}
<h2>Changer mes informations</h2>
<form method="post" action="{% url 'accounts:update' %}">
{% csrf_token %}
<a class="button" href="{% url 'profile' %}">Annuler</a>
<h2> Mot de Passe </h2>
<a href ="{% url 'account_reset_password'% }" rel="text/html"> Réinitialisez votre mot de passe. </a>