Skip to content

Commit

Permalink
fix(email-templates): changes email format
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradip-p committed Aug 1, 2024
1 parent f090a7c commit 38d1dc5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/backend/app/email_templates/mapping_requests.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,16 +111,14 @@
<body>
<div class="email-container">
<div class="header">
<h1>Drone Tasking Manager Invite</h1>
<h1>DroneTM Task Request</h1>
</div>
<div class="content">
<p>Hello {{name}}</p>
<p>
Thank you for participating in our mapping project. Your contribution
is invaluable to our efforts in improving humanitarian responses
worldwide.
Thank you for participating in our mapping project. Your contribution is invaluable to our efforts in improving humanitarian responses worldwide.
</p>
<p>Please find below the details of your mapping task:</p>
<p>Please find below the details of your Project:</p>
<p>{{drone_operator_name}} has requested this task for mapping.</p>
<div class="task">
<h2>Mapping Task Details</h2>
Expand All @@ -130,8 +128,8 @@ <h2>Mapping Task Details</h2>
<p><strong>Project:</strong>{{project_name}}</p>
<p><strong>Description:</strong> {{description}}</p>
</div>
<a href="https://dronetm-dev.naxa.com.np" class="task-button"
>Start Mapping</a
<a href="dronetm.naxa.com.np" class="task-button"
>Visit Drone Tasking Manager</a
>
</div>
</div>
Expand Down

0 comments on commit 38d1dc5

Please sign in to comment.