17422 update custom field group display tag (#17423)

* 17422 update custom field group display tag

* 17422 review changes
This commit is contained in:
Arthur Hanson 2024-09-10 11:02:03 -07:00 committed by GitHub
parent ce38484bf3
commit 353db09656
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
{% for group, fields in form.custom_field_groups.items %}
{% if group %}
<div class="row">
<h6 class="offset-sm-3 mb-3">{{ group }}</h6>
<h3 class="col-9 offset-3 mb-3 h4">{{ group }}</h3>
</div>
{% endif %}
{% for name in fields %}