{% extends 'base_app.html' %} {% load crispy_forms_tags %} {% block title %} HSAS - Password Reset {% endblock %} {% block content %} Password Reset Please enter your new password below. {% csrf_token %} {{ form|crispy }} Reset Password {% endblock %}
Please enter your new password below.