{% extends "registration/base.html" %} {% comment %} vim:ft=htmldjango: {% endcomment %} {% block title %} {{ block.super }} - Change Password {% endblock %} {% load i18n %} {% block content %} {% include "django_messages/inlines/navigation.html" %}

Password reset complete


Your password has been set. You may go ahead and log in now.

{% endblock %}