trailing lines and some cleanup

This commit is contained in:
Rachid Mrad 2023-10-10 19:54:43 -04:00
parent 6ece85796c
commit 938b8d7173
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF
12 changed files with 12 additions and 12 deletions

View file

@ -241,7 +241,7 @@ class DomainDNSSECView(DomainPermissionView, FormMixin):
has_dnssec_records = self.domain.dnssecdata is not None has_dnssec_records = self.domain.dnssecdata is not None
# Create HTML for the buttons # Create HTML for the modal button
modal_button = '<button type="submit" class="usa-button" name="disable_dnssec">Disable DNSSEC</button>' modal_button = '<button type="submit" class="usa-button" name="disable_dnssec">Disable DNSSEC</button>'
context['modal_button'] = modal_button context['modal_button'] = modal_button