{% extends "common.html" %} {% load i18n %} {% load account %} {% load custom_tags %} {% block head_title %}{% trans "Password Reset" %}{% endblock %} {% block content %} {% if user.is_authenticated %} {% include "account/snippets/already_logged_in.html" %} {% block content_extra %} {% endblock %} {% else %}


{% trans "Password Reset" %}



Enter registered e-mail to receive a link reset it.


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

Contact if you still experiencing issues @ admin@geospaces.org





{% endif %} {% endblock %}