{% extends "base.html" %} {% load url from future %} {% block title %}CRITs Configuration{% endblock %} {% block javascript_includes %} {% comment %} All the javascript on this page is pertaining to the sidebar and the way the content is shown. For javascript involving form submission and error placement, look in config.js {% endcomment %} {% endblock %} {% block content %}
{{ config_CRITs_form.as_table }}
{{ config_general_form.as_table }}
{{ config_LDAP_form.as_table }}
{{ config_security_form.as_table }}
{{ config_download_form.as_table }}
{{ config_services_form.as_table }}
{{ config_logging_form.as_table }}


{{ source_access.as_table }}
{% endblock %}