{% extends 'user_map/base_page.html' %} {% load bootstrap %} {% block title %}Reset Password{% endblock %} {% block main_content %}

Reset Your Password
Please enter your new password on the form below.

{% if validlink %}
{% csrf_token %} {{ form|bootstrap_horizontal:'col-lg-3'}}
{% else %}

Ooops! This reset link is no longer valid!

{% endif %}
{% endblock main_content %}