{% extends 'ndr_core/admin_views/base.html' %} {% load crispy_forms_tags %} {% block content %}
Go Back
Really set Page Read Only?

When you're done editing your pages and search forms, it is a good idea to set your NDR Core installation to "read only". This means that you can no longer edit your pages or your search forms. The admin interface only shows the options for message management and statistics.

You can turn on editing anytime again, if you want to continue editing your pages.

{% crispy form %}
{% endblock %}