mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-12 23:44:51 +02:00
trying another way to get rid of asterisk in one-field forms
This commit is contained in:
parent
9773abe127
commit
e619939ff2
2 changed files with 2 additions and 1 deletions
|
@ -638,3 +638,4 @@ class RequirementsForm(RegistrarForm):
|
||||||
"required": ("Check the box if you read and agree to the requirements for operating .gov domains.")
|
"required": ("Check the box if you read and agree to the requirements for operating .gov domains.")
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
{{ field.label }}
|
{{ field.label }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if widget.attrs.required %}
|
{% if widget.attrs.required %}
|
||||||
{% if widget.label != "What is the name of the tribe you represent? " %}
|
{% if widget.attrs.label != "I read and agree to the requirements for operating .gov domains." %}
|
||||||
<abbr class="usa-hint usa-hint--required" title="required">*</abbr>
|
<abbr class="usa-hint usa-hint--required" title="required">*</abbr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue