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

7 lines
170 B
HTML

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