{% extends "core_auth/base.html" %} {% block title %}Set new password{% endblock %} {% block content %}

Set new password

{% csrf_token %} {{ form.as_p }}
{% endblock %}