{% extends 'base.html' %} {% load i18n %} {% block content %}

{% trans "Check your inbox" %}

{% trans "If an account exists for that email, we’ve sent a link to reset your password." %}

{% endblock %}