{% extends 'umanage/base_umanage.html' %} {% load i18n umanage %} {% block page_title %}{% trans 'Forgot Password' %} - {% endblock %} {% block breadcrumb %}
  • {% trans 'Forgot Password' %}
  • {% endblock %} {% block umanage_content %}

    {% trans 'Forgot Password' %}

    {% trans "Please enter your email or username below and an email will be sent to you with a set of instructions on how to reset your password." %}

    {% csrf_token %} {{ form|render_umanage_form }}
    cancel
    {% endblock %}