diff --git a/frappe/templates/emails/login_with_email_link.html b/frappe/templates/emails/login_with_email_link.html index 0c7533ac8f..144869e2e6 100644 --- a/frappe/templates/emails/login_with_email_link.html +++ b/frappe/templates/emails/login_with_email_link.html @@ -1,5 +1,5 @@ -{% macro table(content, td_align, tb_color, tb_width) %} - +{% macro table(content, table_class) %} +
@@ -34,28 +34,8 @@
@@ -25,7 +25,7 @@
{% endmacro %} -{% macro footer() %} - -{% endmacro %} -
- - - - - - - + {{ table(table(body(), 'email-body'), 'email-container') }}
\ No newline at end of file