ccdb-api/ccdb/templates/account/password_reset_from_key_done.html
Matthew Dillon 7ba937ef66 INITIAL
2016-01-19 15:10:09 -07:00

13 lines
314 B
HTML

{% extends "account/base.html" %}
{% load i18n %}
{% block head_title %}{% trans "Change Password" %}{% endblock %}
{% block content %}
<div class="row">
<div class="col-md-5">
<h2>{% trans "Change Password" %}</h2>
<p>{% trans 'Your password is now changed.' %}</p>
</div>
</div>
{% endblock %}