{% extends 'header.html' %} {% load i18n %} {% load static %} {% load bootstrap3 %} {% bootstrap_css %} {% bootstrap_javascript %} {% bootstrap_messages %} {% block title %} {% trans "forgot_password" %} {% endblock %} {% block content %} {% include 'topnav-deslogueado.html' %}

Restablecé tu contraseña

{% csrf_token %}
{% include 'footer.html' %} {% endblock %}