From 35cb7ce58a0597a9b718582b6f2dab11c66dc9da Mon Sep 17 00:00:00 2001 From: polmf <99polmf@gmail.com> Date: Wed, 10 Dec 2025 19:54:18 -0500 Subject: [PATCH 1/2] add disclaimer --- applications/templates/include/application_form.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/applications/templates/include/application_form.html b/applications/templates/include/application_form.html index a40ea637a..b4365ea84 100644 --- a/applications/templates/include/application_form.html +++ b/applications/templates/include/application_form.html @@ -14,6 +14,14 @@
+ {% if app_type == 'H' and application.can_be_edit%} +
+

+ ❗ Before filling out the application, read this article about + How To Do a Good Application.. +

+
+ {% endif %} {% csrf_token %} {% include 'include/bootstrap_form.html' %} * Indicates required field. From 0e398178c303c3336d39a07c91439d95006dc038 Mon Sep 17 00:00:00 2001 From: Yaoyao Date: Wed, 24 Dec 2025 00:33:32 +0100 Subject: [PATCH 2/2] fer-ho mostrar (no apareixia) --- applications/templates/include/application_form.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/applications/templates/include/application_form.html b/applications/templates/include/application_form.html index 45df0e641..4ce44dc21 100644 --- a/applications/templates/include/application_form.html +++ b/applications/templates/include/application_form.html @@ -14,13 +14,15 @@ - {% if app_type == 'H' and application.can_be_edit%} + {% if app_type == 'H' %} + {% if not application or application.can_be_edit %}

❗ Before filling out the application, read this article about How To Do a Good Application..

+ {% endif %} {% endif %} {% csrf_token %} {% include 'include/bootstrap_form.html' %}