{% extends "base.html" %} {% load i18n %} {% block title %} {% translate "Password reset successfully" %} {% endblock %} {% block content %}

{% translate "Password reset successfully" %}

{% translate "Please check your mailbox for further instructions." %}

{% translate "Back to login" %} {% endblock %}