{% extends 'base.html' %} {% block bodydata %} class="login" {% endblock %} {% block title %} | Your password reset{% endblock %} {% block main %}

Reset password

{% include 'snippets/messages.html' %}
{% csrf_token %}
{% load account %} {% if user.is_anonymous %}
Not a member yet? Please sign up here
{% endif %}
{% endblock %}