{% extends "base_short.html" %} {% load i18n staticfiles bootstrap3 %} {% block title %} Set new password for {{user}} {% endblock %} {% block content %}

{% trans "Please set new password for " %} {{user}}

{% include 'includes/_messages.html' %}
{% csrf_token %}

{{form.non_field_errors|striptags}}

{% endblock %} {##} {##} {##} {##} {##} {#

#} {#

#} {#
#} {# {% csrf_token %}#} {# New Password:
#} {# #} {#
Please confirm new password:
#} {# #} {#
#} {# #} {# #} {#
#}