fix: "Hello None" in the signup email

We were trying to show the full_name, but invite request only knows the email.
This commit is contained in:
Anand Chitipothu
2021-07-19 13:30:37 +05:30
parent 0abfcac7da
commit e6d5e6d37b

View File

@@ -1,6 +1,6 @@
<div>
{% set site_link = "<a href='" + site_url + "'>" + site_name + "</a>" %}
<p>{{_("Dear {0},").format(full_name)}}</p>
<p>{{_("Hi,")}}</p>
<p>{{_("Welcome to {0}!").format(site_name)}}</p>
<p>Click on the link below to complete your sign up and set a new password</p>
<p style="margin: 15px 0px;">