File tree 2 files changed +6
-0
lines changed
project_styleguide/templates/patterns/pages/volunteer_applications
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 85
85
"awesomplete" : " ^1.1.4" ,
86
86
"braintree-web" : " ^3.109.0" ,
87
87
"canvas-confetti" : " ^1.4.0" ,
88
+ "cucumber-html-reporter" : " ^7.2.0" ,
88
89
"focus-trap" : " ^6.7.2" ,
89
90
"lazyframe" : " ^2.2.7" ,
90
91
"lightgallery.js" : " ^1.3.1" ,
Original file line number Diff line number Diff line change @@ -70,6 +70,11 @@ <h2>{% trans 'Date of birth' %}</h2>
70
70
71
71
< h2 > {% trans 'Contact details' %}</ h2 >
72
72
{% render_form_field form.contact_number %}
73
+ < div class ="form__callout-wrapper ">
74
+ < div class ="form__callout ">
75
+ {% include "patterns/molecules/callout-form/callout-form.html" with heading=view.email_heading content=view.email_explanation %}
76
+ </ div >
77
+ </ div >
73
78
{% render_form_field form.email_address %}
74
79
75
80
< h2 > {% trans 'Your address' %}</ h2 >
You can’t perform that action at this time.
0 commit comments