{% 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 %}
we'll send you an email to reset your password
 
{% csrf_token %} {{ form|bootstrap }}
  or don't have an account? sign up here
 
{% else %}

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

so no need to reset your password.

if you're looking to change your password, go to your account settings.

{% endif %} {% endblock page_content %}