17422 review changes

This commit is contained in:
Arthur Hanson 2024-09-10 09:45:58 -07:00
parent f22d2db9de
commit 49c1ca98c2

View File

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