{% 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 %}
Your password reset request has been successfully received .
We have sent you an email with instructions on how to set a new password.
{% else %}Please enter the account for which you would like to reset the password.
{% endif %} {% endblock %}