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