Formatting and linting changes

This commit is contained in:
alexjanousekGSA
2025-07-31 07:49:12 -04:00
parent 7d5db34d16
commit 31a9e39846
15 changed files with 62 additions and 33 deletions

View File

@@ -45,7 +45,11 @@
<fieldset id="{{ field.id }}" class="usa-fieldset" {% if inline %}class="inline"{% endif %}>
<legend class="{{ 'usa-legend' if not hide_legend else '' }}{% if legend_style != 'text' %} {{ legend_style }}{% endif %}">
{% if hide_legend %}<span class="usa-sr-only">{% endif %}
{{ field.label.text|safe }}
{% if legend_style == 'usa-legend--large' %}
<h1>{{ field.label.text|safe }}</h1>
{% else %}
{{ field.label.text|safe }}
{% endif %}
{% if hide_legend %}</span>{% endif %}
{% if hint %}
<span class="form-hint">