diff --git a/applications/templates/include/application_form.html b/applications/templates/include/application_form.html index 58067e858..950b970c1 100644 --- a/applications/templates/include/application_form.html +++ b/applications/templates/include/application_form.html @@ -14,6 +14,16 @@
+ {% 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' %} * Indicates required field.