{% extends "mailman-django/base.html" %} {% load i18n %} {% block heading %} {% trans "Domain Index" %} {% endblock %} {% block header %}
{% trans "About" %}
This site allows to register a new Domain, due to restriction in the REST API we can't delete them here yet. Please modify the Mailman DB directly if you need to remove a Domain. If interested take a look at the Launchapd Bug Report. In addition we can't modify them yet.

{% endblock %} {% block actionButtonsList %} {% endblock %} {% block smallBoxLeft %} {% for domain in domains %}
{{ domain.contact_address }}
{% endfor %} {% endblock %}