File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ <h3>Volunteering</h3>
44
44
{% if not app.first_time_volunteer %}
45
45
{% include 'include/field.html' with desc='Other editions' value=app.which_hack %}
46
46
{% endif %}
47
- {% include 'include/field.html' with desc='English Level ' value=app.english_level %}
47
+ {% include 'include/field.html' with desc='Languages ' value=app.languages %}
48
48
{% include 'include/field.html' with desc='Attendance' value=app.attendance %}
49
49
{% include 'include/field.html' with desc='Motivation' value=app.volunteer_motivation %}
50
50
< hr >
@@ -57,6 +57,7 @@ <h3>Other questions</h3>
57
57
{% include 'include/field.html' with desc='T-shirt size' value=app.tshirt_size %}
58
58
{% include 'include/field.html' with desc='Dietary restrictions' value=app.diet %}
59
59
{% include 'include/field.html' with desc='Other diet' value=app.other_diet %}
60
+ {% include 'include/field.html' with desc='How you meet us' value=app.hear_about_us %}
60
61
< hr >
61
62
< dt >
62
63
< h3 > Extra</ h3 >
You can’t perform that action at this time.
0 commit comments