Files
different/django_accounts_app/templates/registration/password_change_done.html
T
2021-10-25 18:48:05 +03:00

9 lines
166 B
HTML

{% extends "base.html" %}
{% block content %}
<h2>Password Changed successfully</h2>
<a href="{% url 'accounts:dashboard' %}">Back to dashboard</a>
{% endblock %}