{% extends "djangocopy/base.html" %} {% load i18n bootstrap %} {% block title %}Password Reset{% endblock %} {% block djangocopy-content %}

Password Reset

Enter your e-mail address below, and we'll send you an e-mail allowing you to reset it.

{% csrf_token %} {{ form|bootstrap }}

Please contact us at admin@altimapa.com if you have any trouble resetting your password.

{% endblock %}