mirror of
https://github.com/Balshgit/different
synced 2025-09-11 02:50:41 +03:00
9 lines
172 B
HTML
9 lines
172 B
HTML
{% extends "users/base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<h2>Password Changed successfully</h2>
|
|
<a href="{% url 'accounts:dashboard' %}">Back to dashboard</a>
|
|
|
|
{% endblock %}
|