mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 14:22:16 +00:00
7 lines
174 B
HTML
7 lines
174 B
HTML
{% extends "registration/registration_base.html" %}
|
|
{% block title %}Password changed{% endblock %}
|
|
{% block content %}
|
|
<p>Password successfully changed!</p>
|
|
{% endblock %}
|
|
|