{% extends "account/base.html" %} {% load crispy_forms_tags %} {% block head_title %}Set Password{% endblock %} {% block content %}

Set Password

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