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

Password reset successful


We've e-mailed you instructions for setting your password to the e-mail address you submitted. You should be receiving it shortly.

{% endblock %}