{% extends 'baseTemplate.html' %} {% load i18n %} {% block title %}{% trans "Change password" %}{# Changement du mot de passe #}{% endblock %} {% block content %}
{% if validlink %}

{% trans "Change your password of the seum!" %}

{% csrf_token %}
{% if form.errors %}

{% trans "Error" %}

{% trans "You don't even manage to change your password, seum." %}

{% endif %} {% else %}

{% trans "Error" %}

{% trans "You've got the seum, the link that we sent you has already been used." %}

{% endif %}
{% endblock %}