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