{% extends "base.html" %} {% load i18n %} {% block title %}{% trans 'Password Reset' %} | {{ block.super }}{% endblock %} {% block section_title %} {% trans "You requested that we reset your password" %} {% endblock %} {% block content %}
{% trans "So we sent you an email with instructions on how to set a new one. Please check your inbox, you should be receiving it shortly." %}
{% endblock %}