{% extends "base.html" %} {% load i18n %} {% block title %} {% translate "Password reset successfully" %} {% endblock %} {% block content %}
{% translate "Please check your mailbox for further instructions." %}
{% translate "Back to login" %} {% endblock %}