change subheader text to h4

This commit is contained in:
matthewswspence 2024-08-09 15:20:32 -05:00
parent 38e1c79e75
commit 5e7a7d94d5
No known key found for this signature in database
GPG key ID: FB458202A7852BA4

View file

@ -22,7 +22,7 @@
</h3>
{% endif %}
{% if sub_header_text %}
<h3 class="register-form-review-header">{{ sub_header_text }}</h3>
<h4 class="register-form-review-header">{{ sub_header_text }}</h4>
{% endif %}
{% if address %}
{% include "includes/organization_address.html" with organization=value %}