mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 02:49:21 +02:00
reverted to dt/dl list
This commit is contained in:
parent
a0e745824f
commit
36e50cb61a
1 changed files with 6 additions and 6 deletions
|
@ -28,9 +28,9 @@
|
||||||
{% include "includes/contact.html" with contact=value|first %}
|
{% include "includes/contact.html" with contact=value|first %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if value %}
|
{% if value %}
|
||||||
<ul class="usa-list usa-list--unstyled margin-top-0">
|
<dl class="usa-list usa-list--unstyled margin-top-0">
|
||||||
{% for item in value %}
|
{% for item in value %}
|
||||||
<li>
|
<dt>
|
||||||
|
|
||||||
<h4 class="summary-item__title
|
<h4 class="summary-item__title
|
||||||
font-sans-md
|
font-sans-md
|
||||||
|
@ -39,12 +39,12 @@
|
||||||
padding-right-1">
|
padding-right-1">
|
||||||
Contact {{forloop.counter}}
|
Contact {{forloop.counter}}
|
||||||
</h4>
|
</h4>
|
||||||
</li>
|
</dt>
|
||||||
<li>
|
<dd>
|
||||||
{% include "includes/contact.html" with contact=item %}
|
{% include "includes/contact.html" with contact=item %}
|
||||||
</li>
|
</dd>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</dl>
|
||||||
{% elif custom_text_for_value_none %}
|
{% elif custom_text_for_value_none %}
|
||||||
<p>
|
<p>
|
||||||
{{ custom_text_for_value_none }}
|
{{ custom_text_for_value_none }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue