From b47ead7cb3bfdd0eaa6900a5b37ad03cc7da4b97 Mon Sep 17 00:00:00 2001 From: Ketan <73937490+devketanpro@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:50:16 +0530 Subject: [PATCH] remove unwanted quotation mark from assignment mail template (#552) --- server/templates/assignment_details_email.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/templates/assignment_details_email.txt b/server/templates/assignment_details_email.txt index 975d99ed..0c62c310 100644 --- a/server/templates/assignment_details_email.txt +++ b/server/templates/assignment_details_email.txt @@ -50,7 +50,7 @@ Url: {{ client_url }}/#/workspace/assignments?assignment={{ assignment_id }} Related Articles: {% for item in event.get('related_items', []) %} {{ item.get('headline') or item.get('slugline', "") }} - Url: https://www.belgabox.be/belgabox/fo/detail?contentType=news&targetSide=Right&id={{ item.guid.split(':')[-1] }}&parentId={{ item.guid.split(':')[-1] }}&isArchive=true" + Url: https://www.belgabox.be/belgabox/fo/detail?contentType=news&targetSide=Right&id={{ item.guid.split(':')[-1] }}&parentId={{ item.guid.split(':')[-1] }}&isArchive=true {% endfor %} {% endif %} {% endif %}