diff --git a/nodebb-theme-harmony/templates/partials/posts_list_item.tpl b/nodebb-theme-harmony/templates/partials/posts_list_item.tpl
index 0985939f98..cd786019be 100644
--- a/nodebb-theme-harmony/templates/partials/posts_list_item.tpl
+++ b/nodebb-theme-harmony/templates/partials/posts_list_item.tpl
@@ -9,6 +9,7 @@
+
+
+
+
{{{ end }}}
@@ -137,4 +150,4 @@
{widgets.mainpost-footer.html}
{{{ end }}}
-{{{ end }}}
\ No newline at end of file
+{{{ end }}}
diff --git a/public/language/en-GB/flags.json b/public/language/en-GB/flags.json
index 0a42e3877f..7f297df154 100644
--- a/public/language/en-GB/flags.json
+++ b/public/language/en-GB/flags.json
@@ -80,6 +80,7 @@
"modal-title": "Report Content",
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
+ "modal-reason-new": "Endorsed by Admins",
"modal-reason-spam": "Spam",
"modal-reason-offensive": "Offensive",
"modal-reason-other": "Other (specify below)",
diff --git a/public/language/en-US/flags.json b/public/language/en-US/flags.json
index 0a42e3877f..7f297df154 100644
--- a/public/language/en-US/flags.json
+++ b/public/language/en-US/flags.json
@@ -80,6 +80,7 @@
"modal-title": "Report Content",
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
+ "modal-reason-new": "Endorsed by Admins",
"modal-reason-spam": "Spam",
"modal-reason-offensive": "Offensive",
"modal-reason-other": "Other (specify below)",
diff --git a/src/views/modals/flag.tpl b/src/views/modals/flag.tpl
index 3b101138e4..ff24d52d17 100644
--- a/src/views/modals/flag.tpl
+++ b/src/views/modals/flag.tpl
@@ -10,6 +10,12 @@
[[flags:modal-body, {type}, {id}]]