aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/templates/account/password_reset_from_key_done.html
blob: 89be086f1553053d68d394b0defa0bc6e920c796 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{% extends "account/base.html" %}

{% load i18n %}
{% block head_title %}{% trans "Change Password" %}{% endblock %}

{% block inner %}
    <h1>{% trans "Change Password" %}</h1>
    <p>{% trans 'Your password is now changed.' %}</p>
{% endblock %}