NDOJ/templates/registration/password_reset_complete.html
2023-01-27 17:11:10 -06:00

5 lines
No EOL
196 B
HTML

{% extends "base.html" %}
{% block body %}
<p>{{ _('Your password has been set. You may go ahead and log in now') }}</p>
<a href="{{ url('auth_login') }}">{{ _('Log in') }}</a>
{% endblock %}