mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 04:59:59 +02:00
add dnssec summary item to overview page
This commit is contained in:
parent
20626539c9
commit
cdcd90bb89
1 changed files with 7 additions and 0 deletions
|
@ -64,6 +64,13 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% url 'domain-dns-dnssec' pk=domain.id as url %}
|
||||||
|
{% if domain.dnssecdata is not None %}
|
||||||
|
{% include "includes/summary_item.html" with title='DNSSEC' value='Enabled' edit_link=url editable=is_editable %}
|
||||||
|
{% else %}
|
||||||
|
{% include "includes/summary_item.html" with title='DNSSEC' value='Disabled' edit_link=url editable=is_editable %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if portfolio %}
|
{% if portfolio %}
|
||||||
{% comment %} TODO - uncomment in #2352 and add to edit_link
|
{% comment %} TODO - uncomment in #2352 and add to edit_link
|
||||||
{% url 'domain-suborganization' pk=domain.id as url %}
|
{% url 'domain-suborganization' pk=domain.id as url %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue