{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% block title %}Password reset{% endblock %} {% block content %} {% origin %} {% if success %}

Password reset successful

Your password reset request has been successfully received .

We have sent you an email with instructions on how to set a new password.

{% else %}

Password reset

Please enter the account for which you would like to reset the password.

{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% endif %} {% endblock %}