mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 07:52:15 +02:00
Merge pull request #1406 from cisagov/dk/684-domain-review-contacts
Issue #684 - domain review page - add headings for other employees
This commit is contained in:
commit
9535ea2f99
2 changed files with 7 additions and 0 deletions
|
@ -78,3 +78,9 @@
|
|||
font-weight: font-weight('semibold');
|
||||
margin-bottom: units(0.5);
|
||||
}
|
||||
|
||||
.review__step__subheading {
|
||||
color: color('primary-dark');
|
||||
font-weight: font-weight('semibold');
|
||||
margin-bottom: units(0.5);
|
||||
}
|
||||
|
|
|
@ -99,6 +99,7 @@
|
|||
{% if step == Step.OTHER_CONTACTS %}
|
||||
{% for other in application.other_contacts.all %}
|
||||
<div class="margin-bottom-105">
|
||||
<div class="review__step__subheading">Contact {{ forloop.counter }}</div>
|
||||
{% include "includes/contact.html" with contact=other %}
|
||||
</div>
|
||||
{% empty %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue