summaryrefslogtreecommitdiff
path: root/templates/registration/password_reset_complete.html
blob: 1d88fdff8c47781df157b527ba76e0f4e307c291 (plain)
1
2
3
4
5
6
7
8
9
{% extends "base.html" %}

{% block title %}Password reset completed{% endblock %}
{% block heading %}Password reset completed{% endblock %}

{% block body %}

<p>Your password has been set.  You may go ahead and log in now.</p>
{% endblock %}