From 727d92360a4b66f611fc21de48237919b8298bf3 Mon Sep 17 00:00:00 2001 From: jedi Date: Fri, 26 Apr 2024 16:38:41 +0200 Subject: [PATCH] stash --- core/mail/protocol.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/mail/protocol.py b/core/mail/protocol.py index 32ede8b..2ea7b2c 100644 --- a/core/mail/protocol.py +++ b/core/mail/protocol.py @@ -259,10 +259,10 @@ Your c3lf (Cloakroom + Lost&Found) Team'''.format(active_issue_thread.short_uuid eventslug = target_event.slug if target_event else "37C3" # TODO 37C3 should not be hardcoded if new: notification = f"""New issue \"{active_issue_thread.name}\" [{active_issue_thread.short_uuid()}] created - see https://{PRIMARY_HOST}/{eventslug}/ticket/{active_issue_thread.id}/""" +https://{PRIMARY_HOST}/{eventslug}/ticket/{active_issue_thread.id}/""" else: notification = f"""Reply to issue \"{active_issue_thread.name}\" [{active_issue_thread.short_uuid()}] - see https://{PRIMARY_HOST}/{eventslug}/ticket/{active_issue_thread.id}/""" +https://{PRIMARY_HOST}/{eventslug}/ticket/{active_issue_thread.id}/""" return email, new, reply, notification