{% extends 'simple_auth/base.html' %} {% block title %}Set New Password{% endblock %} {% block header %}Set New Password{% endblock %} {% block content %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}