{% extends 'ndr_core/admin_views/base.html' %} {% load crispy_forms_tags %} {% block content %}
Go Back
Set Password Protection

Visitors will see a fullscreen password gate before they can access the site. Logged-in admin users bypass the gate automatically. You can remove the protection at any time.

{% crispy form %}
{% endblock %}