{% extends 'squid/settings/index.html' %} {% block toolbar_administrative %}class="active"{%endblock%} {% block page_comment %}

Global administrative settings.

{% endblock %} {% block page_content %}
{% block member_heading%}{%endblock%} {% if form.non_field_errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %}
{% endif %}
{% csrf_token %}
{{form.cache_mgr}} {% if form.cache_mgr.errors %} {{form.cache_mgr.errors|striptags}} {% else %} Specify here the e-mail address of local cache manager who will receive mail if the cache dies. Default is webmaster. {%endif%}
{{form.visible_hostname}} {% if form.visible_hostname.errors %} {{form.visible_hostname.errors|striptags}} {% else %} If you want to present a special hostname in error messages, etc, define this. Otherwise, the return value of gethostname() will be used. Please note, it is recommended to specify FQDN here. For example, proxy.example.lan. {%endif%}
{% endblock %}