{% extends "base.html" %} {% load i18n %} {% block content %}

{% block title %}Request New Password{% endblock %}

{% include "registration/_links.html" with current="password" %}
{% csrf_token %} {% include "_fields.html" %}
{% endblock %}