{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Reset password" %}{% endblock %} {% block content %}

{% trans "Check your email" %}

{% trans "A link to reset your password has been emailed to you." %}

{% endblock %}