format info message in dnssec

This commit is contained in:
David Kennedy 2023-11-30 16:01:26 -05:00
parent 4f25e51371
commit 7223eef13a
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -42,7 +42,7 @@
<div id="enable-dnssec"> <div id="enable-dnssec">
<div class="usa-alert usa-alert--info"> <div class="usa-alert usa-alert--info">
<div class="usa-alert__body"> <div class="usa-alert__body">
<p>It is strongly recommended that you only enable DNSSEC if you know how to set it up properly at your hosting service. If you make a mistake, it could cause your domain name to stop working.</p> <p class="margin-y-0">It is strongly recommended that you only enable DNSSEC if you know how to set it up properly at your hosting service. If you make a mistake, it could cause your domain name to stop working.</p>
</div> </div>
</div> </div>
<a href="{% url 'domain-dns-dnssec-dsdata' pk=domain.id %}" class="usa-button">Enable DNSSEC</a> <a href="{% url 'domain-dns-dnssec-dsdata' pk=domain.id %}" class="usa-button">Enable DNSSEC</a>