diff --git a/TODO b/TODO
index 06ac2d6..6724f3e 100644
--- a/TODO
+++ b/TODO
@@ -3,6 +3,8 @@ TESTS
- map and table mounts in tournament page <- get data to send to map/table
//TODO data fetching tests
//TODO redo layer groups tests
+//TODO write tests for contact form
+//TODO dead link tests take too long, split them into separate tests per page
-----------------------------------------------------------------
BUGS
@@ -16,6 +18,9 @@ PAGES
----------------------------------------------------------------
DESIGN CHANGES
+//TODO test entire site for english to french translations
+//TODO success and error messages into french - mailer
+//TODO disable send message button while sending - isSending = true
//TODO font size on mobile screen
//TODO bottom of map is a few pixels short
//TODO mobile navbar is creeping into the page by a few pixels when hidden - move it to the right a bit. It is easier to see in light mode
diff --git a/app/api/send-mail/route.ts b/app/api/send-mail/route.ts
index fe16e80..882df1c 100644
--- a/app/api/send-mail/route.ts
+++ b/app/api/send-mail/route.ts
@@ -8,7 +8,7 @@ export async function POST(req: Request) {
const mailContent = {
from: email,
to: process.env.GMAIL_USER,
- subject: subject,
+ subject: `${subject} from ${email}`,
text: message,
html: `