{% extends "admin/base_main.html" %} {% block subtitle %}{{ domain.domain }}{% endblock %} {% block settings_content %}
{% csrf_token %}
Domain Details {% include "forms/_field.html" with field=form.domain %} {% include "forms/_field.html" with field=form.service_domain %}
Access Control {% include "forms/_field.html" with field=form.public %} {% include "forms/_field.html" with field=form.default %} {% include "forms/_field.html" with field=form.users %}
Appearance {% include "forms/_field.html" with field=form.site_name %} {% include "forms/_field.html" with field=form.site_icon %} {% include "forms/_field.html" with field=form.hide_login %} {% include "forms/_field.html" with field=form.single_user %} {% include "forms/_field.html" with field=form.custom_css %}
Admin Notes {% include "forms/_field.html" with field=form.notes %}
Back Delete
{% endblock %}