From a6db8ab5bc02d9c8b7bb5825cb01877e3741e09b Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Mon, 26 Dec 2022 12:19:55 +0530 Subject: [PATCH] fix: removed footer Capitalized log in to frappe button --- .../emails/login_with_email_link.html | 28 +++---------------- 1 file changed, 4 insertions(+), 24 deletions(-) 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