mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 17:01:56 +02:00
updated markup on sumary_item and application_review
This commit is contained in:
parent
f8dbc03d91
commit
64e3d5a33a
2 changed files with 4 additions and 4 deletions
|
@ -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 %}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue