aemo_fr/templates/registration/password_reset_complete.html

11 lines
230 B
HTML
Raw Permalink Normal View History

2024-06-03 16:49:01 +02:00
{% extends "base.html" %}
{% load i18n %}
{% block content %}
<p>{% translate "Your password has been set. You may go ahead and log in now." %}</p>
<p><a href="{{ login_url }}">{% translate 'Log in' %}</a></p>
{% endblock %}