{% extends 'base.html' %} {% block title %}REIndicator | Password Reset {% endblock %} {% block topbar %} {% endblock %} {% block head_block %} {% endblock %} {% block content %}
REIndicator

Enter your email address below to reset your password

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