{% extends "cssocialuser/registration_base.html" %} {% load i18n %} {% block cscontent %} {% if validlink %}

{% trans "New password" %}

{% trans "Please enter twice the new password" %}

{% csrf_token %} {{ form.as_p }}
{% else %}

{% trans "Password reset failed" %}

{% endif %} {% endblock %} {% block cssidebar %} {% endblock %}