Adding new_report email items.

This commit is contained in:
Dessalines 2023-02-13 12:54:08 -05:00
parent 8fe851d727
commit 2b95e1fa2f

View file

@ -18,5 +18,7 @@
"notification_private_message_subject": "Private message from {username}",
"notification_private_message_body": "<h1>Private message</h1><br><div>{username} - {message_text}</div><br><a href=\"{inbox_link}\">inbox</a>",
"new_application_subject": "{username} has applied to join {hostname}",
"new_application_body": "Please click the link below to view their application.<br><br><a href=\"{applications_link}\">View Applications</a>"
"new_application_body": "Please click the link below to view their application.<br><br><a href=\"{applications_link}\">View Applications</a>",
"new_report_subject": "New report created by {reporter_username} for {reported_username} on {hostname}",
"new_report_body": "Please click the link below to view all reports.<br><br><a href=\"{reports_link}\">View Reports</a>"
}