mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-12 22:18:25 +02:00
fixing syntax again
This commit is contained in:
parent
8c4057172b
commit
21db51cfb0
1 changed files with 3 additions and 2 deletions
|
@ -10,11 +10,12 @@
|
|||
|
||||
{% if widget.attrs.required %}
|
||||
<!-- Don't include asterisk in one-field forms -->
|
||||
{% if field.label != "Is your organization an election office?" and field.label != "What .gov domain do you want?" and field.label != "I read and agree to the requirements for operating .gov domains." %}
|
||||
% if field.label not in ["Is your organization an election office?", "What .gov domain do you want?", "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 %}
|
||||
{% if field.label == "What is the name of the tribe you represent? “ %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue