euscan-ng/euscanwww/djeuscan/templates/registration/password_change_done.html

7 lines
170 B
HTML
Raw Normal View History

{% extends "registration/_registration_base.html" %}
{% block title %}Password changed{% endblock %}
{% block content %}
Password successfully changed!
{% endblock %}