{# bedrock_server_manager/web/templates/manage_settings.html #} {% extends "base.html" %} {% block title %}{{ super() }} - Manage Settings{% endblock %} {% block head_scripts %} {# Scripts are now loaded in body_scripts block in base.html #} {% endblock %} {% block content %}
{# --- Page Header --- #} {# Use standard h2 for section titles #}

Manage Global Settings

Edit application-wide settings. Changes are saved automatically when you modify a field.

{# --- Status Message Areas --- #}
{# --- Loading Indicator --- #}

Loading settings...

{# --- Settings Configuration Section (Initially hidden, populated by JS) --- #} {% if current_user.role == 'admin' %} {% endif %} {# The page-actions div should be outside the section, at the end of the content block #}
« Back to Dashboard
{% endblock %} {% block body_scripts %} {# This script is loaded after utils.js (which is in base.html) #} {% endblock %}