{% extends "registration/registration_base.html" %}
{% load i18n %}
{% block page-title %}{% trans "Reset password" %}{% endblock page-title %}
{% block body-attrs %} class="standalone"{% endblock body-attrs %}
{% block content %}
{% include "registration/password_reset_form_ajax.html" %}
{% endblock content %}