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_reset_complete.html

15 lines
268 B
HTML

{% extends "registration/base.html" %}
{% load i18n %}
{% block title %}
{% trans "Password reset successfully" %}
{% endblock %}
{% block content %}
<p>{% trans "Password reset successfully" %}</p>
<p><a href="/login">{% trans "Log in" %}</a></p>
{% endblock %}