{% extends 'trosnoth/base.html' %} {% load static %} {% block head %} {{ settings.serverName }} :: Server Settings {% endblock %} {% block main %}

{{ settings.serverName }}

Configure Server

To directly edit the database, use the admin interface.

{% csrf_token %} {{ form.as_table }}

Note: changes to some settings will not take effect until the server is restarted.

{% endblock %}