mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
fixing syntax again
This commit is contained in:
parent
19064edae5
commit
4f6639e878
1 changed files with 5 additions and 5 deletions
|
@ -8,12 +8,12 @@
|
|||
{{ field.label }}
|
||||
{% endif %}
|
||||
|
||||
{% if widget.attrs.required %}
|
||||
<!--Don't include asterisk in one-field forms-->
|
||||
{% if field.label != "Is your organization an election office?" or field.label != "What .gov domain do you want?" or field.label != "I read and agree to the requirements for operating .gov domains." %}
|
||||
<abbr class="usa-hint usa-hint--required" title="required">*</abbr>
|
||||
{% endif %}
|
||||
{% if widget.attrs.required %}
|
||||
<!--Don't include asterisk in one-field forms-->
|
||||
{% if field.label != "Is your organization an election office?" or field.label != "What .gov domain do you want?" or field.label != "I read and agree to the requirements for operating .gov domains." %}
|
||||
<abbr class="usa-hint usa-hint--required" title="required">*</abbr>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
<!--
|
||||
{% if widget.attrs.required %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue