mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 08:22:18 +02:00
testing way to get rid of asterisk
This commit is contained in:
parent
6779c2ab0b
commit
3d177198ea
1 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,8 @@
|
|||
{{ field.label }}
|
||||
{% endif %}
|
||||
{% if widget.attrs.required %}
|
||||
<abbr class="usa-hint usa-hint--required" title="required">*</abbr>
|
||||
{% if widget.label != "I read and agree to the requirements for operating .gov domains." %}
|
||||
<abbr class="usa-hint usa-hint--required" title="required">*</abbr>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</{{ label_tag }}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue