Skip to content

Commit

Permalink
Merge pull request #114 from hotosm/feat/drone-dashboard
Browse files Browse the repository at this point in the history
fix(email-templates): changes email format
  • Loading branch information
nrjadkry authored Aug 1, 2024
2 parents ec91ca1 + 148db49 commit 23fcf35
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/backend/app/email_templates/mapping_requests.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<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>
Expand All @@ -120,7 +120,7 @@ <h1>Drone Tasking Manager Invite</h1>
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 +130,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
1 change: 1 addition & 0 deletions src/backend/app/migrations/versions/06668eb5d14a_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-09 04:17:49.816148
"""

from typing import Sequence, Union

from alembic import op
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-03 08:13:33.354101
"""

from typing import Sequence, Union

from alembic import op
Expand Down
1 change: 1 addition & 0 deletions src/backend/app/migrations/versions/3293e9c98b2a_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-10 04:52:41.412683
"""

from typing import Sequence, Union

from alembic import op
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-03 05:10:56.759505
"""

from typing import Sequence, Union
import geoalchemy2
from alembic import op
Expand Down
1 change: 1 addition & 0 deletions src/backend/app/migrations/versions/62a16e505bc3_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-04 04:58:26.406871
"""

from typing import Sequence, Union

from alembic import op
Expand Down
1 change: 1 addition & 0 deletions src/backend/app/migrations/versions/87b6f9d734e8_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-26 05:18:16.267171
"""

from typing import Sequence, Union

from alembic import op
Expand Down
1 change: 1 addition & 0 deletions src/backend/app/migrations/versions/88ae62ec8876_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-10 05:21:58.749137
"""

from typing import Sequence, Union

from alembic import op
Expand Down
1 change: 1 addition & 0 deletions src/backend/app/migrations/versions/9d01411fd221_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-20 13:35:29.634665
"""

from typing import Sequence, Union

from alembic import op
Expand Down
1 change: 1 addition & 0 deletions src/backend/app/migrations/versions/ac09917990dc_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-04 10:52:52.166220
"""

from typing import Sequence, Union

from alembic import op
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-13 10:51:33.020864
"""

from typing import Sequence, Union

from alembic import op
Expand Down
1 change: 1 addition & 0 deletions src/backend/app/migrations/versions/bf26afac872d_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-03 15:27:42.903931
"""

from typing import Sequence, Union

from alembic import op
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-02 08:49:59.721468
"""

from typing import Sequence, Union
import geoalchemy2
from alembic import op
Expand Down
1 change: 1 addition & 0 deletions src/backend/app/migrations/versions/fa5c74996273_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-07-05 11:51:02.146671
"""

from typing import Sequence, Union

from alembic import op
Expand Down

0 comments on commit 23fcf35

Please sign in to comment.