{% extends "kegadmin/base.html" %} {% load kegweblib %} {% load crispy_forms_tags %} {% block title %}Kegbot Admin: General Settings | {{ block.super }}{% endblock %} {% block pagetitle %}Kegbot Admin: General Settings{% endblock %} {% block kegadmin-main %} {% if request_host != settings_host %}
The current hostname setting is {{ settings_host }}, but this page is being served from hostname {{ request_host }}.
In most cases, this is an error, and you should update the setting to use {{ request_host }}.
Current settings say the site is running {% if settings_ssl %} with SSL, but this page was served without SSL. {% else %} without SSL, but this page was served with SSL. {% endif %} This setting is information, and tells Kegbot how to create links back to the site; it does not change how the site is served.
In most cases this is an error, and you should {% if request_ssl %} check "Using SSL". {% else %} uncheck "Using SSL". {% endif %}