diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml
index 8c338a3c..8828c7d7 100644
--- a/.github/workflows/build_and_deploy.yml
+++ b/.github/workflows/build_and_deploy.yml
@@ -99,7 +99,7 @@ jobs:
# Cleanup db upgrade containers
docker compose --file contrib/pg-upgrade/docker-compose.yml down
-
+
docker compose --file docker-compose.vm.yml --env-file .env up \
--detach --remove-orphans --force-recreate --pull=always
env:
diff --git a/README.md b/README.md
index b7c08723..d4fa28f0 100644
--- a/README.md
+++ b/README.md
@@ -33,12 +33,11 @@
-
**Drone TM** is an integrated digital public good solution designed to harness
the power of the crowd to generate high-resolution aerial maps of any location.
-This innovative platform provides drone pilots, particularly in developing
-countries, with job opportunities while contributing to the creation of
+This innovative platform provides drone pilots, particularly in developing
+countries, with job opportunities while contributing to the creation of
high-resolution datasets crucial for disaster response and community resilience.
## Problem Statement
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index c1b5a76b..96025dd9 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -1,2 +1 @@
# Installation Guide
-
diff --git a/docs/about/about.md b/docs/about/about.md
index 0a2b3a34..50e08209 100644
--- a/docs/about/about.md
+++ b/docs/about/about.md
@@ -1,2 +1 @@
# 📖 History
-
diff --git a/docs/about/team.md b/docs/about/team.md
index ef98dc76..a3a0ea77 100644
--- a/docs/about/team.md
+++ b/docs/about/team.md
@@ -1 +1 @@
-# The Drone TM Team
\ No newline at end of file
+# The Drone TM Team
diff --git a/mkdocs.yml b/mkdocs.yml
index c1a61734..b35d6689 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -72,4 +72,4 @@ nav:
- Contribution Guidelines: CONTRIBUTING.md
- Code of Conduct: https://docs.hotosm.org/code-of-conduct
- FAQ: about/faq.md
- - The Team: about/team.md
\ No newline at end of file
+ - The Team: about/team.md
diff --git a/src/backend/app/email_templates/mapping_approved_or_rejected.html b/src/backend/app/email_templates/mapping_approved_or_rejected.html
index c7bf1b35..22e38e8d 100644
--- a/src/backend/app/email_templates/mapping_approved_or_rejected.html
+++ b/src/backend/app/email_templates/mapping_approved_or_rejected.html
@@ -115,9 +115,7 @@
Dear {{ drone_operator_name }},
-
- {{ email_body }}
-
+
{{ email_body }}
Please find below the details of the {{ task_status }} task:
{{ task_status|capitalize }} Task Details
@@ -127,7 +125,9 @@
{{ task_status|capitalize }} Task Details
Description: {{ description }}
{% if task_status == 'approved' %}
-
Start Mapping
+
Start Mapping
{% endif %}
diff --git a/src/backend/app/email_templates/mapping_requests.html b/src/backend/app/email_templates/mapping_requests.html
index 6c9de9b9..d50d4706 100644
--- a/src/backend/app/email_templates/mapping_requests.html
+++ b/src/backend/app/email_templates/mapping_requests.html
@@ -125,11 +125,10 @@