regluit/frontend/templates/registration/password_change_done.html

7 lines
167 B
HTML

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