{% extends "base.html" %} {% load i18n %} {% block header_modifier %}header--light-bg{% endblock %} {% block page_title %}Set your new password{% endblock %} {% block content %}
{% if form.non_field_errors %} {% endif %} {% if form.errors %} {% endif %} {% csrf_token %} {% for field in form %} {% include "forms/includes/field.html" %} {% endfor %}
{% endblock %}