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

Reset Password
Please provide your account information on the form below.

{% csrf_token %} {{ form|bootstrap_horizontal:'col-lg-2'}}
{% endblock main_content %}