File tree 3 files changed +15
-7
lines changed
3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 23
23
</ div >
24
24
{% endif %}
25
25
< div style ="padding-left: 15px; padding-right: 15px ">
26
+ < div class ="alert alert-warning ">
26
27
{% if application.can_be_edit %}
27
- < p > It is still possible to modify your application.</ p >
28
- {% else %}
29
- < p > Your application has been reviewed already. Editing has been disabled to make sure all reviewers get the
30
- same data. If you would like to change something important, please email us at {{ h_contact_email|urlize }}.</ p >
31
- {% endif %}
28
+
29
+
30
+ < p >
31
+ Be careful, you can only edit the application during < b style ="text-decoration: underline; "> 2 hours</ b > after applying
32
+ </ p >
33
+
34
+ {% else %}
35
+ < p > Your application has been reviewed already. Editing has been disabled to make sure all reviewers get the
36
+ same data. If you would like to change something important, please email us at {{ h_contact_email|urlize }}.</ p >
37
+ {% endif %}
38
+ </ div >
32
39
</ div >
33
40
{% include 'include/application_form.html' %}
34
41
Original file line number Diff line number Diff line change 24
24
</ div >
25
25
26
26
{% if not application or application.can_be_edit %}
27
- < button class ="btn btn-success btn-block " type ="submit "> {% if application %}Update application{% else %}
27
+ < button class ="btn btn-success btn-block " type ="submit " {% if application and not application.can_be_edit %} disabled {% endif %} > {% if application %}Update application{% else %}
28
28
Submit application{% endif %}</ button >
29
29
30
30
{% endif %}
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