mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
trailing lines and some cleanup
This commit is contained in:
parent
6ece85796c
commit
938b8d7173
12 changed files with 12 additions and 12 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue