{% extends "base/document.html" %} {% load crispy_forms_tags %} {% block title %} {% trans "Set New Password" %} {% endblock %} {% block content %}

{% trans "Set your password." %}

{% csrf_token %} {{ form|crispy }}
{% endblock %}