From 50720d0cf6209de5a203d9bc959d9a4e9d5f9977 Mon Sep 17 00:00:00 2001 From: EncryptEx <41539618+EncryptEx@users.noreply.github.com> Date: Thu, 22 Feb 2024 11:03:43 +0100 Subject: [PATCH] FEAT: add timer disclaimer (#294) * Canvis review volunteers (#293) * clarified msgs --------- Co-authored-by: Adri <119002051+AdriMM26@users.noreply.github.com> --- applications/templates/application.html | 17 ++++++++++++----- .../templates/include/application_form.html | 2 +- .../templates/other_application_detail.html | 3 ++- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/applications/templates/application.html b/applications/templates/application.html index 433d3d90..36b0b89c 100644 --- a/applications/templates/application.html +++ b/applications/templates/application.html @@ -23,12 +23,19 @@ {% endif %}
+
{% if application.can_be_edit %} -

It is still possible to modify your application.

- {% else %} -

Your application has been reviewed already. Editing has been disabled to make sure all reviewers get the - same data. If you would like to change something important, please email us at {{ h_contact_email|urlize }}.

- {% endif %} + + +

+ Be careful, you can only edit the application during 2 hours after applying +

+ + {% else %} +

Your application has been reviewed already. Editing has been disabled to make sure all reviewers get the + same data. If you would like to change something important, please email us at {{ h_contact_email|urlize }}.

+ {% endif %} +
{% include 'include/application_form.html' %} diff --git a/applications/templates/include/application_form.html b/applications/templates/include/application_form.html index 6cb07df4..cce5e643 100644 --- a/applications/templates/include/application_form.html +++ b/applications/templates/include/application_form.html @@ -24,7 +24,7 @@ {% if not application or application.can_be_edit %} - {% endif %} diff --git a/organizers/templates/other_application_detail.html b/organizers/templates/other_application_detail.html index b8a041af..dfefdad8 100644 --- a/organizers/templates/other_application_detail.html +++ b/organizers/templates/other_application_detail.html @@ -44,7 +44,7 @@

Volunteering

{% if not app.first_time_volunteer %} {% include 'include/field.html' with desc='Other editions' value=app.which_hack %} {% endif %} - {% include 'include/field.html' with desc='English Level' value=app.english_level %} + {% include 'include/field.html' with desc='Languages' value=app.languages %} {% include 'include/field.html' with desc='Attendance' value=app.attendance %} {% include 'include/field.html' with desc='Motivation' value=app.volunteer_motivation %}
@@ -57,6 +57,7 @@

Other questions

{% include 'include/field.html' with desc='T-shirt size' value=app.tshirt_size %} {% include 'include/field.html' with desc='Dietary restrictions' value=app.diet %} {% include 'include/field.html' with desc='Other diet' value=app.other_diet %} + {% include 'include/field.html' with desc='How you meet us' value=app.hear_about_us %}

Extra