{% extends "mongo_auth/base.html" %} {% load i18n %} {% block title %}{% trans "Reset Password" %}{% endblock %} {% block content %}
{% blocktrans %}Please enter your new password twice so we can verify you typed it in correctly.{% endblocktrans %}
{% with form_submit=_("Change password") %} {% include "mongo_auth/form.html" %} {% endwith %} {% else %}{% blocktrans %}The password reset link was invalid, possibly because it has already been used. Please request a new password reset.{% endblocktrans %}
{% endif %}