Password Reset
{% if user.is_authenticated %}
You are already logged in!
{% else %}
Your password has been successfully reset!
You may now log in using it here.
{% endif %}{% extends "website/base.html" %} {% block titleblock %} Forgot Password - Reset Successful {% endblock %} {% block body %} {% load addclass %}
Your password has been successfully reset!
You may now log in using it here.
{% endif %}