{% extends 'base.html' %} {% block title %}Change Password | BUSA{% endblock %} {% block content %}

Password Reset

Forgotten your password? Enter your email below and we’ll send you a reset link.

{% csrf_token %} {% for field in form %}
{% if field.errors %} {{ field.errors|striptags }} {% endif %}
{% endfor %}
{% endblock %}