mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-16 06:24:12 +02:00
change subheader text to h4
This commit is contained in:
parent
38e1c79e75
commit
5e7a7d94d5
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
</h3>
|
</h3>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if sub_header_text %}
|
{% 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 %}
|
{% endif %}
|
||||||
{% if address %}
|
{% if address %}
|
||||||
{% include "includes/organization_address.html" with organization=value %}
|
{% include "includes/organization_address.html" with organization=value %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue