From e6d5e6d37b63d7d34c843b8d5151dcbfd97fb359 Mon Sep 17 00:00:00 2001 From: Anand Chitipothu Date: Mon, 19 Jul 2021 13:30:37 +0530 Subject: [PATCH] fix: "Hello None" in the signup email We were trying to show the full_name, but invite request only knows the email. --- community/templates/emails/lms_invite_request_approved.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/templates/emails/lms_invite_request_approved.html b/community/templates/emails/lms_invite_request_approved.html index e4b43270..dcda70f3 100644 --- a/community/templates/emails/lms_invite_request_approved.html +++ b/community/templates/emails/lms_invite_request_approved.html @@ -1,6 +1,6 @@
{% set site_link = "" + site_name + "" %} -

{{_("Dear {0},").format(full_name)}}

+

{{_("Hi,")}}

{{_("Welcome to {0}!").format(site_name)}}

Click on the link below to complete your sign up and set a new password