Skip to content

Commit

Permalink
remove unwanted quotation mark from assignment mail template (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
devketanpro authored Aug 5, 2024
1 parent 59574b7 commit b47ead7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/templates/assignment_details_email.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit b47ead7

Please sign in to comment.