{% extends "layouts/base.html" %} {% block title %} Wireless Access Point {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
Wireless Access Point
{% if errors %}
{% for error in errors %}

{{ error }}

{% endfor %}

{% endif %}
{% csrf_token %} {% for field in form %}
{{ field }}
{% endfor %}
WARNING: Pressing this button will restart the main system services. You will likely be disconnected from the WiFi access point. After restaring finished, you will be able to connect the device again.
{% endblock content %} {% block javascripts %} {% endblock javascripts %}