mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-25 07:39:28 +00:00
Updated templates
This commit is contained in:
6
app/templates/registration/password_change_done.html
Normal file
6
app/templates/registration/password_change_done.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "registration/registration_base.html" %}
|
||||
{% block title %}Password changed{% endblock %}
|
||||
{% block content %}
|
||||
<p>Password successfully changed!</p>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user