{% extends "base.html" %} {% load i18n %} {% block title %} {% trans "Resetting password" %} {% endblock %} {% block content %}
{% trans "Enter your email to get your password reset." %}
{% trans "Back to the login page" %}