Added the ability for HR staff to message the end user

This commit is contained in:
2010-05-28 09:24:25 +01:00
parent 364c23dd48
commit 981a1843a6
7 changed files with 47 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
Hi {{ app.character }},
A message was sent to you regarding your current application to {{ app.corporation }}:
{% if note %}
{{ note }}
{% endif %}
If you have any further questions regarding your application, please contact {{ app.corporation }} via the normal channels.
Regards,
{{ app.corporation }} HR Bot

View File

@@ -0,0 +1 @@
A message regarding your application to {{ app.corporation }}.