{% extends 'node/hostname/index.html' %} {% block content %} {% if reboot.required %}
Warning: Configured host name {{reboot.configured_hn}} is different from host name used by some running processes {{reboot.running_hn}}. This usually happens after you have set a new host name. You need to reboot the system to apply new settings to all processes.
{% endif %} {% if reboot.error %}
Warning: Cannot check configured and running host names. Error {{reboot.error_msg}}.
{% endif %}

Specify the short host name of this system. For example, websafety. This host name will later be used in error messages from Squid and blocked pages from Web Safety.

 

{% if form.non_field_errors %}
ERROR: {% for error in form.non_field_errors %} {{ error|escape }} {% endfor %}
{% endif %}
{% csrf_token %}
{{form.value}}
{% if form.value.errors %} {{form.value.errors|striptags}} {% else %} Specify here the host name for this system. For example websafety. This host name will be written to /etc/hostname. Please note, changing host name affects all running processes and requires full system restart. {%endif%}
{% endblock %}