Skip to content

Commit 7f21fdd

Browse files
Update from samaritans.org 906fe5f1
1 parent 01288f1 commit 7f21fdd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"awesomplete": "^1.1.4",
8686
"braintree-web": "^3.109.0",
8787
"canvas-confetti": "^1.4.0",
88+
"cucumber-html-reporter": "^7.2.0",
8889
"focus-trap": "^6.7.2",
8990
"lazyframe": "^2.2.7",
9091
"lightgallery.js": "^1.3.1",

project_styleguide/templates/patterns/pages/volunteer_applications/contact_details.html

+5
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ <h2>{% trans 'Date of birth' %}</h2>
7070

7171
<h2>{% trans 'Contact details' %}</h2>
7272
{% 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>
7378
{% render_form_field form.email_address %}
7479

7580
<h2>{% trans 'Your address' %}</h2>

0 commit comments

Comments
 (0)