mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 02:36:02 +02:00
Update domain_fieldset.html
This commit is contained in:
parent
f0e9cd1fec
commit
4a97f1df33
1 changed files with 2 additions and 1 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue