{% extends "wagtailcrx/pages/web_page_notitle.html" %} {% load i18n bootstrap4 %} {% block title %}Password Required{% endblock %} {% block content %}

{% trans "Password Required" %}

{% block password_required_message %}

{% trans "You need a password to access this page." %}

{% endblock %}
{% csrf_token %} {% bootstrap_form form layout='horizontal' %}
{% endblock %}