{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}update_domain_form{% endblock %} {% block form_action %}{% url 'horizon:project:dns_domains:update_domain' domain.id %}{% endblock %} {% block modal-header %}{% trans "Update Domain" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description" %}:

{% blocktrans %} From here you can edit the email address and TTL associated with a domain. {% endblocktrans %}

{% blocktrans %} The Email field should contain a valid email address to be associated with the domain. {% endblocktrans %}

{% blocktrans %} The optional TTL field can be any value between 1 and 2147483647 seconds. {% endblocktrans %}

{% endblock %} {% block modal-footer %} {% trans "Cancel" %} {% endblock %}