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 %}
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 %} +