mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 03:30:50 +02:00
Make requested content changes
This commit is contained in:
parent
40502e909e
commit
2c56ea480f
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@
|
||||||
{% if request.path|endswith:"renewal"%}
|
{% if request.path|endswith:"renewal"%}
|
||||||
<h1>Renew {{domain.name}} </h1>
|
<h1>Renew {{domain.name}} </h1>
|
||||||
{%else%}
|
{%else%}
|
||||||
<h1 class="break-word">Domain Overview</h1>
|
<h1 class="break-word">Domain overview</h1>
|
||||||
{% endif%}
|
{% endif%}
|
||||||
|
|
||||||
{% endblock %} {# domain_content #}
|
{% endblock %} {# domain_content #}
|
||||||
|
|
|
@ -99,7 +99,7 @@
|
||||||
{% if domain.dnssecdata is not None %}
|
{% if domain.dnssecdata is not None %}
|
||||||
{% include "includes/summary_item.html" with title='DNSSEC' value='Enabled' edit_link=url editable=is_editable %}
|
{% include "includes/summary_item.html" with title='DNSSEC' value='Enabled' edit_link=url editable=is_editable %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% include "includes/summary_item.html" with title='DNSSEC' value='Not Enabled' edit_link=url editable=is_editable %}
|
{% include "includes/summary_item.html" with title='DNSSEC' value='Not enabled' edit_link=url editable=is_editable %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if portfolio %}
|
{% if portfolio %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue