{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block title %}{% trans "Setting New password" %} - {% trans "Rattic" %}{% endblock %} {% block content %} {% if validlink %}
{% blocktrans %}Please enter your new password twice.{% endblocktrans %}
{% blocktrans %}So we can verify you typed it in correctly.{% endblocktrans %}
{% blocktrans %}The password reset link was invalid, possibly because it has already been used. Please request a new password reset.{% endblocktrans %}
{% endif %} {% endblock %}