From 7e4bc4d9b3ab5e805e98502ab0a0dc95479fabcf Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Wed, 13 Jan 2021 10:38:35 +0530 Subject: [PATCH] fix: Update workflow action email template style --- frappe/templates/emails/workflow_action.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/templates/emails/workflow_action.html b/frappe/templates/emails/workflow_action.html index 3cc011638a..51ec9b6c01 100644 --- a/frappe/templates/emails/workflow_action.html +++ b/frappe/templates/emails/workflow_action.html @@ -1,8 +1,8 @@

{{ message }}

-

+

{% for action in actions %} - {{_(action.action_name)}} + {{_(action.action_name)}} {% endfor %}

\ No newline at end of file