{% extends "logged_in.html" %} {% from "form.html" import render_form %} {% block title %}Re-authenticate{% endblock %} {% block content %} {{ super() }}

Re-authentication required

The action you are trying to perform requires you to re-enter your user credentials.

{{ render_form(fieldsets, target) }} {% endblock %}