aboutsummaryrefslogtreecommitdiffstats
path: root/backend/routes/forms/submit.py
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2020-12-18 04:51:44 +0300
committerGravatar GitHub <[email protected]>2020-12-18 04:51:44 +0300
commitdf0a8a15c93dc238bfd55ee010a321b15f1e4179 (patch)
tree73517574c65bb330be3d87574e23ad7e760a3565 /backend/routes/forms/submit.py
parentMerge branch 'main' into discord-webhook (diff)
Change Embed Description
Co-authored-by: Joe Banks <[email protected]>
Diffstat (limited to 'backend/routes/forms/submit.py')
-rw-r--r--backend/routes/forms/submit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/routes/forms/submit.py b/backend/routes/forms/submit.py
index d8b178f..c50e4dd 100644
--- a/backend/routes/forms/submit.py
+++ b/backend/routes/forms/submit.py
@@ -165,7 +165,7 @@ class SubmitForm(Route):
# Build Embed
embed = {
"title": "New Form Response",
- "description": f"{user_mention} submitted a response.",
+ "description": f"{user_mention} submitted a response to `{form.name}`.",
"url": f"{FRONTEND_URL}/path_to_view_form/{response.id}", # noqa # TODO: Enter Form View URL
"timestamp": response.timestamp,
"color": 7506394,