mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 04:29:44 +02:00
putting back asterisks where they are needed, removing them on specific pages
This commit is contained in:
parent
339f9770e4
commit
991d7248a5
1 changed files with 7 additions and 2 deletions
|
@ -8,9 +8,14 @@
|
||||||
{{ field.label }}
|
{{ field.label }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
<!-- One-field forms (pages that only have one question field) do not have an asterisk -->
|
||||||
{% if widget.attrs.required %}
|
{% if widget.attrs.required %}
|
||||||
{% if field.label == "I read and agree to the requirements for operating .gov domains." %}
|
{% if field.label != "I read and agree to the requirements for operating .gov domains." %}
|
||||||
<abbr class="usa-hint usa-hint--required" title="required">*</abbr>
|
{% if field.label != “What .gov domain do you want?” %}
|
||||||
|
{% if field.label != “"Is your organization an election office?"” %}
|
||||||
|
<abbr class="usa-hint usa-hint--required" title="required">*</abbr>
|
||||||
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue