Update domain_fieldset.html

This commit is contained in:
zandercymatics 2024-04-15 14:02:23 -06:00
parent f0e9cd1fec
commit 4a97f1df33
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -2,11 +2,12 @@
{% load static url_helpers %} {% load static url_helpers %}
{# .gov override #}
{% block help_text %} {% block help_text %}
{% if field.field.name == "state" %} {% if field.field.name == "state" %}
<div class="help"{% if field.field.id_for_label %} id="{{ field.field.id_for_label }}_helptext"{% endif %}> <div class="help"{% if field.field.id_for_label %} id="{{ field.field.id_for_label }}_helptext"{% endif %}>
{# .gov override #}
<div>{{ state_help_message }}</div> <div>{{ state_help_message }}</div>
{# end of .gov override #}
</div> </div>
{% endif %} {% endif %}
{% endblock help_text %} {% endblock help_text %}