Commit db7c087 1 parent 01c3473 commit db7c087 Copy full SHA for db7c087
File tree 1 file changed +8
-15
lines changed
1 file changed +8
-15
lines changed Original file line number Diff line number Diff line change 1
1
{% extends 'layouts/base.html' %}
2
2
{% from 'macros/radios.html' import radioComponent %}
3
3
4
- {% block beforeContent %}
5
- {% include 'questiontypes/question-page-breadcrumbs.html' %}
6
- {% endblock beforeContent %}
4
+ {% block app_breadcrumbs %}
5
+ {# TODO: This doesn't work for this page. It shows 'edit' instead of 'delete' #}
6
+ {% include 'questiontypes/question-page-breadcrumbs.html' %}
7
+ {% endblock app_breadcrumbs %}
7
8
8
- {% block content %}
9
- < div class ="govuk-grid-row ">
10
- < div class ="govuk-grid-column-three-quarters ">
9
+ {% block content_header %}
11
10
< span class ="govuk-caption-xl "> {{ caption }}</ span >
12
11
< h1 class ="govuk-heading-xl "> Delete {{ to_delete }}</ h1 >
13
- </ div >
14
- </ div >
12
+ {% endblock %}
15
13
16
-
17
- < div class ="govuk-grid-row ">
18
- < div class ="govuk-grid-column-two-thirds ">
14
+ {% block content_primary %}
19
15
< form class ="govuk-form " method ="POST ">
20
16
{{ form.hidden_tag() }}
21
17
@@ -42,7 +38,4 @@ <h1 class="govuk-heading-xl">Delete {{ to_delete }}</h1>
42
38
</ div >
43
39
44
40
</ form >
45
- </ div >
46
- </ div >
47
-
48
- {% endblock content %}
41
+ {% endblock %}
You can’t perform that action at this time.
0 commit comments