{% extends "base.html" %} {% load wagtailcore_tags bootstrap %} {% block body_class %}template-passwordrequied{% endblock %} {% block content %} Authentication Required You need a password to access this page. {% csrf_token %} {{ form|bootstrap }} Submit {% endblock %}
You need a password to access this page.