{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Set your new password" %}{% endblock %} {% block pagecss %} {% endblock %} {% block content %}
{% trans "Set your new password" %} {% csrf_token %} {{ form }}
{% endblock %}