mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 12:39:43 +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 {
|
.review__step {
|
||||||
margin-top: units(3);
|
margin-top: units(3);
|
||||||
|
|
||||||
&:first-of-type {
|
|
||||||
margin-top: units(4);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.review__step hr {
|
.review__step hr {
|
||||||
|
|
|
@ -41,7 +41,9 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block form_page_title %}
|
||||||
<h1> {{form_titles|get_item:steps.current}} </h1>
|
<h1> {{form_titles|get_item:steps.current}} </h1>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block form_instructions %}
|
{% block form_instructions %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -5,6 +5,18 @@
|
||||||
{# there are no required fields on this page so don't show this #}
|
{# there are no required fields on this page so don't show this #}
|
||||||
{% endblock %}
|
{% 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 %}
|
{% block form_fields %}
|
||||||
{% for step in steps.all|slice:":-1" %}
|
{% for step in steps.all|slice:":-1" %}
|
||||||
<section class="review__step">
|
<section class="review__step">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue