{% extends 'auth/base.html' %} {% block content %}
{% if session().has('error') %} {% endif %} {% if session().has('success') %} {% endif %}
Password Reset
{{ csrf_field }}
{% endblock %}