mirror of
https://github.com/Balshgit/different
synced 2026-02-03 11:20:52 +03:00
9 lines
166 B
HTML
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 %}
|