{% extends "base.html" %} {% block content %} {% include "altauth/set_alternative_password_form.html" %} {% if alternative_password %}
Password set: {{alternative_password}}
{% endif %} {% endblock %}