{% extends "settings/base.html" %} {% block subtitle %}{{ domain.domain }}{% endblock %} {% block 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 %}
Admin Notes {% include "forms/_field.html" with field=form.notes %}
Back Delete
{% endblock %}