From 746bb980b5f85df6ec175fee57f5d5a987abd349 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Fri, 21 Jun 2019 14:01:10 +0530 Subject: [PATCH] fix: Attachments --- frappe/website/doctype/web_form/templates/web_form.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/website/doctype/web_form/templates/web_form.html b/frappe/website/doctype/web_form/templates/web_form.html index 2732963272..35fd64f24d 100644 --- a/frappe/website/doctype/web_form/templates/web_form.html +++ b/frappe/website/doctype/web_form/templates/web_form.html @@ -31,9 +31,9 @@ {% endif %} -{% if show_attachments and not frappe.form_dict.new and attachements%} +{% if show_attachments and not frappe.form_dict.new and attachments %}
-

{{ _("Attachments") }}

+
{{ _("Attachments") }}
{% for attachment in attachments %}