mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 08:22:18 +02:00
Change title block on base form, add image on review
This commit is contained in:
parent
4a3599921d
commit
a121108506
3 changed files with 15 additions and 5 deletions
|
@ -177,10 +177,6 @@ a.breadcrumb__back {
|
|||
|
||||
.review__step {
|
||||
margin-top: units(3);
|
||||
|
||||
&:first-of-type {
|
||||
margin-top: units(4);
|
||||
}
|
||||
}
|
||||
|
||||
.review__step hr {
|
||||
|
|
|
@ -41,7 +41,9 @@
|
|||
{% endfor %}
|
||||
{% endblock %}
|
||||
|
||||
{% block form_page_title %}
|
||||
<h1> {{form_titles|get_item:steps.current}} </h1>
|
||||
{% endblock %}
|
||||
|
||||
{% block form_instructions %}
|
||||
{% endblock %}
|
||||
|
@ -81,4 +83,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -5,6 +5,18 @@
|
|||
{# there are no required fields on this page so don't show this #}
|
||||
{% endblock %}
|
||||
|
||||
{% block form_page_title %}
|
||||
<span class="display-flex flex-align-start" >
|
||||
<img
|
||||
class= "margin-right-105"
|
||||
src="{%static 'img/registrar/dotgov_review_magnify.svg' %}"
|
||||
alt=""
|
||||
width="72"
|
||||
/>
|
||||
<h1> Review and submit your domain request </h1>
|
||||
</span>
|
||||
{% endblock %}
|
||||
|
||||
{% block form_fields %}
|
||||
{% for step in steps.all|slice:":-1" %}
|
||||
<section class="review__step">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue