From b0ddc4a88ed707a958300718a85630920024f766 Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Tue, 26 Mar 2019 14:06:09 +0100 Subject: [PATCH] Add template tag --- templates/email/fellows/email_fellow_tasklist.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/email/fellows/email_fellow_tasklist.html b/templates/email/fellows/email_fellow_tasklist.html index f21cca775..6b10719dd 100644 --- a/templates/email/fellows/email_fellow_tasklist.html +++ b/templates/email/fellows/email_fellow_tasklist.html @@ -46,7 +46,7 @@ <h3>Required actions (go to the <a href="https://scipost.org{% url 'submissions:editorial_page' assignment.submission.preprint.identifier_w_vn_nr %}">Editorial page</a> to carry them out):</h3> <ul> {% for code, action in assignment.submission.cycle.required_actions.items %} - <li>{{ action }}</li> + <li>{{ action|safe }}</li> {% empty %} <li>No action required. Great job!</li> {% endfor %} -- GitLab