{% extends 'account/base.html' %} {% load static %} {% load i18n %} {% load crispy_forms_tags %} {% block title %}{% trans "Set Password" %}{% endblock title %} {% block content %}
{% trans "Set Password" %}
{% for message in messages %} {% endfor %} {% if field.help_text %} {% endif %} {% csrf_token %}
{{ form.password1|as_crispy_field }}
{{ form.password2|as_crispy_field }}

Back to the homepage ? Home

{% endblock content %}