From 9b50ab72193c032fd9c50ccdc49b66eff1175b3a Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 28 Nov 2022 00:44:50 +0200 Subject: [PATCH] minor fix to AGENDAPOSTER_MSG_HTML --- files/helpers/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 3dee13b1bc..535d6ca4f3 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -190,7 +190,7 @@ AGENDAPOSTER_PHRASE = 'trans lives matter' AGENDAPOSTER_MSG = """Hi @{username},\nYour {type} has been automatically removed because you forgot to include `{AGENDAPOSTER_PHRASE}`.\nDon't worry, we're here to help! We won't let you post or comment anything that doesn't express your love and acceptance towards the trans community. Feel free to resubmit your {type} with `{AGENDAPOSTER_PHRASE}` included. \n*This is an automated message; if you need help, you can message us [here](/contact).*""" AGENDAPOSTER_MSG_HTML = """

Hi @{username},

-

Your comment has been automatically removed because you forgot to include {AGENDAPOSTER_PHRASE}.

+

Your {type} has been automatically removed because you forgot to include {AGENDAPOSTER_PHRASE}.

Don't worry, we're here to help! We won't let you post or comment anything that doesn't express your love and acceptance towards the trans community. Feel free to resubmit your {type} with {AGENDAPOSTER_PHRASE} included.

This is an automated message; if you need help, you can message us here.

"""