{% extends "base_wizard.html" %} {% block title %}Central - System Settings{% endblock %} {% block content %} {% with step=2, step_name="System Settings" %} {% include "_wizard_header.html" %} {% endwith %}

System Settings

Configure map tile provider for the region picker.

{% if error %}

{{ error }}

{% endif %}
{% if errors and errors.map_tile_url %} {{ errors.map_tile_url }} {% endif %} {% if errors and errors.map_attribution %} {{ errors.map_attribution }} {% endif %}
← Back
{% endblock %}