im/users/templates/registration/password_change_done.html

8 lines
138 B
HTML
Raw Normal View History

2021-07-04 19:05:00 +00:00
{% extends 'base.html' %}
{% block content %}
<h2>Password changed</h2>
<a href="{% url 'im:index' %}">Back to index</a>
{% endblock %}