{% extends 'cbvadmin/semantic-ui/base.html' %} {% load i18n crispy_forms_filters %} {% block extrahead %} {{ block.super }} {% endblock %} {% block title %}{{ title }}{% endblock %} {% block outer_content %}

{{ title }}

{% trans "Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one." %}

{% csrf_token %} {{ form|crispy }}
{% endblock %}