{% extends "mongo_auth/base.html" %} {% load i18n %} {% block title %}{% trans "Reset Password" %}{% endblock %} {% block content %}
{% blocktrans %}Forgotten your password? Enter your e-mail address below, and we'll e-mail instructions for setting a new one.{% endblocktrans %}
{% with form_submit=_("Initiate password reset") %} {% include "mongo_auth/form.html" %} {% endwith %}