when in read only mode and no dns name servers, add empty section for dns name servers instead of button to add

This commit is contained in:
David Kennedy 2023-11-27 19:29:00 -05:00
parent 20c13a5d2f
commit 3ce76de1ff
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -35,6 +35,8 @@
<h2 class="margin-top-neg-1"> DNS name servers </h2>
<p> No DNS name servers have been added yet. Before your domain can be used well need information about your domain name servers.</p>
<a class="usa-button margin-bottom-1" href="{{url}}"> Add DNS name servers </a>
{% else %}
{% include "includes/summary_item.html" with title='DNS name servers' domains='true' value='' edit_link=url editable=domain.is_editable %}
{% endif %}
{% endif %}