Skip to content

Commit 14d7fab

Browse files
authored
Canvis review volunteers (#293)
1 parent d962be1 commit 14d7fab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

organizers/templates/other_application_detail.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h3>Volunteering</h3>
4444
{% if not app.first_time_volunteer %}
4545
{% include 'include/field.html' with desc='Other editions' value=app.which_hack %}
4646
{% 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 %}
4848
{% include 'include/field.html' with desc='Attendance' value=app.attendance %}
4949
{% include 'include/field.html' with desc='Motivation' value=app.volunteer_motivation %}
5050
<hr>
@@ -57,6 +57,7 @@ <h3>Other questions</h3>
5757
{% include 'include/field.html' with desc='T-shirt size' value=app.tshirt_size %}
5858
{% include 'include/field.html' with desc='Dietary restrictions' value=app.diet %}
5959
{% 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 %}
6061
<hr>
6162
<dt>
6263
<h3>Extra</h3>

0 commit comments

Comments
 (0)