{% extends "horizon/common/_modal_form.html" %} {% load i18n horizon humanize %} {% block form_id %}{% endblock %} {% block form_action %}{% url 'horizon:project:dns_domains:create_record' domain.id %}{% endblock %} {% block modal_id %}create_record_modal{% endblock %} {% block modal-header %}{% trans "Create Record for" %} {{ domain.name }}{% endblock %} {% block modal-body-right %}
Please note: For record types, the name must end with a period.
TTL The TTL is the time-to-live for the record, in seconds.
See more info on record types.
{% endblocktrans %} {% endblock %}