diff --git a/app/hr/templates/hr/applications/accept.html b/app/hr/templates/hr/applications/accept.html index c5a1622..abbb0b6 100644 --- a/app/hr/templates/hr/applications/accept.html +++ b/app/hr/templates/hr/applications/accept.html @@ -3,12 +3,19 @@ {% block title %}Accept Application{% endblock %} {% block content %} +
Fill in a note you want to send to the user.
{% endblock %} diff --git a/app/hr/templates/hr/applications/add.html b/app/hr/templates/hr/applications/add.html index 51e8156..c3f740e 100644 --- a/app/hr/templates/hr/applications/add.html +++ b/app/hr/templates/hr/applications/add.html @@ -11,10 +11,12 @@Select the character you wish to apply with, then the corporation you wish to apply for.
+ {% endblock %} diff --git a/app/hr/templates/hr/applications/add_message.html b/app/hr/templates/hr/applications/add_message.html index fd26c74..039ed1f 100644 --- a/app/hr/templates/hr/applications/add_message.html +++ b/app/hr/templates/hr/applications/add_message.html @@ -3,11 +3,17 @@ {% block title %}Send Message to Applicant{% endblock %} {% block content %} +Fill in the rejection reason below, please note, this will be sent out to the user.
{% endblock %} diff --git a/app/hr/templates/hr/blacklist_add.html b/app/hr/templates/hr/blacklist_add.html index f7e173c..65f4bda 100644 --- a/app/hr/templates/hr/blacklist_add.html +++ b/app/hr/templates/hr/blacklist_add.html @@ -7,12 +7,15 @@ {% endblock %} diff --git a/app/hr/templates/hr/recommendations/add.html b/app/hr/templates/hr/recommendations/add.html index 87ecaf7..4c7c6e2 100644 --- a/app/hr/templates/hr/recommendations/add.html +++ b/app/hr/templates/hr/recommendations/add.html @@ -13,10 +13,11 @@ The person you are recommending needs to have created their application before you can add a recommendation. {% endblock %} diff --git a/app/hr/templates/hr/recommendations/view_list.html b/app/hr/templates/hr/recommendations/view_list.html index 659b0b6..022bb22 100644 --- a/app/hr/templates/hr/recommendations/view_list.html +++ b/app/hr/templates/hr/recommendations/view_list.html @@ -5,6 +5,10 @@ {% block content %} +This list shows your current open recommendations that are yet to be submitted, as soon as the recommended user submits their application your recommendation will be removed from this list.
{% if recommendations %}