Change title block on base form, add image on review

This commit is contained in:
igorkorenfeld 2023-03-29 17:21:50 -04:00
parent 4a3599921d
commit a121108506
No known key found for this signature in database
GPG key ID: 826947A4B867F659
3 changed files with 15 additions and 5 deletions

View file

@ -177,10 +177,6 @@ a.breadcrumb__back {
.review__step {
margin-top: units(3);
&:first-of-type {
margin-top: units(4);
}
}
.review__step hr {

View file

@ -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 %}

View file

@ -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&nbsp;request </h1>
</span>
{% endblock %}
{% block form_fields %}
{% for step in steps.all|slice:":-1" %}
<section class="review__step">