updated markup on sumary_item and application_review

This commit is contained in:
David Kennedy 2024-01-25 13:29:57 -05:00
parent f8dbc03d91
commit 64e3d5a33a
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
2 changed files with 4 additions and 4 deletions

View file

@ -112,8 +112,8 @@
{% endwith %}
{% if application.alternative_domains.all %}
<h3 class="margin-bottom-0 text-base-darker">Alternative domains</h3>
<ul class="usa-list margin-top-0">
<h3 class="margin-bottom-0 text-semibold">Alternative domains</h3>
<ul class="usa-list usa-list--unstyled margin-top-0">
{% for site in application.alternative_domains.all %}
<li>{{ site.website }}</li>
{% endfor %}

View file

@ -31,7 +31,7 @@
<ul class="usa-list usa-list--unstyled margin-top-0">
{% for item in value %}
<li>
<h3 class="text-base-darker margin-bottom-0">
<h3 class="text-semibold margin-bottom-0">
Contact {{forloop.counter}}
</h3>
{% include "includes/contact.html" with contact=item %}</li>
@ -60,7 +60,7 @@
<p class="margin-top-0">{{ value | first }} </p>
{% endif %}
{% else %}
<ul class="usa-list margin-top-0">
<ul class="usa-list usa-list--unstyled margin-top-0">
{% for item in value %}
{% if users %}
<li>{{ item.user.email }}</li>