From 629fa57f9d81d64051da7b799b3b2f601e9ecb76 Mon Sep 17 00:00:00 2001
From: marination
Date: Mon, 28 Sep 2020 21:17:49 +0530
Subject: [PATCH] fix: Remove unneccessary div
---
erpnext/templates/emails/request_for_quotation.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/erpnext/templates/emails/request_for_quotation.html b/erpnext/templates/emails/request_for_quotation.html
index 216bd81d35..812939a553 100644
--- a/erpnext/templates/emails/request_for_quotation.html
+++ b/erpnext/templates/emails/request_for_quotation.html
@@ -13,12 +13,12 @@
{{ user_fullname }}
{% if update_password_link %}
-
+
{% endif %}
\ No newline at end of file