{% extends "base.html" %} {% block content %}
{{ form.apply_changes(class="button is-warning") }}
This is the name of the advertised Wi-Fi network. Current SSID: {{ get_setting('ssid') }}
This is the secret key needed to connect to the Wi-Fi network. By default, this is not set and everyone can join. Current password: {{ get_setting('wifi_password') or 'Not set' }}
This is the name shown in the UI, and used to access the box locally by adding .local or .lan in your browser. Current name: {{ get_setting('butterbox_name') }}, accessed at {{ get_setting('butterbox_name') }}.local.
Whether this box will advertise a WiFi network.
Whether map services are enabled.
Whether chat services are enabled.
Whether files services via USB are enabled.
Whether app store services are enabled.
Password for accessing this interface.
{{ error }}
This is the logo shown in the UI. Current logo:
{{ form.submit( class="button is-link") }}