This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
portail-citoyen2/portail_citoyen/templates/registration/password_change_done.html

15 lines
277 B
HTML

{% extends "base.html" %}
{% load i18n %}
{% block title %}
{% endblock %}
{% block content %}
<div id="real-content">
<div id="password-changed">
<p>{% trans "Password changed" %}</p>
<p><a href="/">{% trans "Go back to homepage" %}</a></p>
</div>
</div>
{% endblock %}