diff --git a/src/backend/app/email_templates/mapping_approved_or_rejected.html b/src/backend/app/email_templates/mapping_approved_or_rejected.html new file mode 100644 index 00000000..c7bf1b35 --- /dev/null +++ b/src/backend/app/email_templates/mapping_approved_or_rejected.html @@ -0,0 +1,140 @@ + + + + + + {{ email_subject }} + + + +
+
+

{{ email_subject }}

+
+
+

Dear {{ drone_operator_name }},

+

+ {{ email_body }} +

+

Please find below the details of the {{ task_status }} task:

+
+

{{ task_status|capitalize }} Task Details

+
+

Project: {{ project_name }}

+

Task ID: {{ task_id }}

+

Description: {{ description }}

+
+ {% if task_status == 'approved' %} + Start Mapping + {% endif %} +
+
+ +
+ + diff --git a/src/backend/app/email_templates/mapping_requests.html b/src/backend/app/email_templates/mapping_requests.html index d4feec04..6c9de9b9 100644 --- a/src/backend/app/email_templates/mapping_requests.html +++ b/src/backend/app/email_templates/mapping_requests.html @@ -125,11 +125,11 @@

Drone Tasking Manager Invite

Mapping Task Details

+

Drone Operator: {{drone_operator_name}}

+

Task ID: {{task_id}}

Project:{{project_name}}

- Description: Drone Tasking Manager Project - Description -

+ Description: {{description}}

Start Mapping