{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Set a new password!" %}{% endblock %} {% block pagetitle %}{% trans "Set a new password!" %}{% endblock %} {% block content %}

{% trans "Set a new password!" %}
{% if validlink %} {% blocktrans %}Here you can set a new password.{% endblocktrans %}

{% csrf_token %} {{ form.as_table }}
{% else %} {% trans "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}

{% endif %} {% endblock %}