Update password reset completed message

Remind users to complete their profiles
This commit is contained in:
2023-02-10 11:22:57 +00:00
parent e3ea56ce32
commit 905613d8e9

View File

@@ -4,5 +4,5 @@
{% block content %} {% block content %}
<h1>Password Reset Complete</h1> <h1>Password Reset Complete</h1>
<p>Your password has been successfully reset. You can now <a href="{% url 'login' %}">log in using it</a>.</p> <p>Your password has been successfully reset. You can now <a href="{% url 'login' %}">log in using it</a>.</p> If you haven't yet completed your profile, please do this now.
{% endblock %} {% endblock %}