{% 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 %}
Back Delete
{% endblock %}