{% extends "base.html" %} {% load sekizai_tags mirskutils bootstrap %} {% block page_header %}

password reset

{% endblock page_header %} {% block page_content %} {% addtoblock 'css' %} {% css 'people/registration.css' %} {% endaddtoblock %} {% if not user.is_authenticated %}
 

Please check your email and follow the instructions to reset your password.

If you do not receive the email or if you still have an issue, please contact us at info@type-coach.com for assistance.

 
{% else %}

you are already logged in as {{ user.email }}

{% endif %} {% endblock page_content %}