diff --git a/erpnext/docs/assets/img/human-resources/training_email.png b/erpnext/docs/assets/img/human-resources/training_email.png deleted file mode 100644 index 103b46063e..0000000000 Binary files a/erpnext/docs/assets/img/human-resources/training_email.png and /dev/null differ diff --git a/erpnext/docs/assets/img/human-resources/training_event.png b/erpnext/docs/assets/img/human-resources/training_event.png new file mode 100644 index 0000000000..04162eb1e7 Binary files /dev/null and b/erpnext/docs/assets/img/human-resources/training_event.png differ diff --git a/erpnext/templates/emails/training_event.html b/erpnext/templates/emails/training_event.html new file mode 100644 index 0000000000..51c232d8e8 --- /dev/null +++ b/erpnext/templates/emails/training_event.html @@ -0,0 +1,21 @@ +

{{_("Training Event")}}

+

{{ message }}

+ +

{{_("Details")}}

+{{_("Event Name")}}: {{ name }} +
{{_("Event Location")}}: {{ location }} +
{{_("Start Time")}}: {{ start_time }} +
{{_("End Time")}}: {{ end_time }} +
{{_("Attendance")}}: {{ attendance }} + +

{{_("Update Response")}}

+{% if not self_study %} +

{{_("Please update your status for this training event")}}:

+
+
+{% else %} +

{{_("Please confirm once you have completed your training")}}:

+
+{% endif %} +

{{_("Thank you")}},
+{{ user_fullname }}