mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 17:01:56 +02:00
Fix uncheck error
This commit is contained in:
parent
604a95624a
commit
acd20e8914
1 changed files with 3 additions and 1 deletions
|
@ -103,7 +103,9 @@
|
|||
class="usa-checkbox__input"
|
||||
id="renewal-checkbox"
|
||||
type="checkbox"
|
||||
name="{{ form.is_policy_acknowledged.name }}">
|
||||
name="{{ form.is_policy_acknowledged.name }}"
|
||||
{% if form.is_policy_acknowledged.value %}checked{% endif %}
|
||||
>
|
||||
<label class="usa-checkbox__label" for="renewal-checkbox">
|
||||
I read and agree to the
|
||||
<a href="https://get.gov/domains/requirements/" class="usa-link">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue