diff --git a/frappe/templates/discussions/search.html b/frappe/templates/discussions/search.html index 371c5dce9c..19881dd2b9 100644 --- a/frappe/templates/discussions/search.html +++ b/frappe/templates/discussions/search.html @@ -1,2 +1,2 @@ + data-fieldname="feedback_comments" placeholder="Search {{ title }}" spellcheck="false"> diff --git a/frappe/templates/emails/auto_email_report.html b/frappe/templates/emails/auto_email_report.html index 129fb75cbd..51d6d40a2e 100644 --- a/frappe/templates/emails/auto_email_report.html +++ b/frappe/templates/emails/auto_email_report.html @@ -43,7 +43,7 @@ {% endif %} {% endfor %} - + {% endfor %} diff --git a/frappe/templates/emails/delete_data_confirmation.html b/frappe/templates/emails/delete_data_confirmation.html index bd81f92f40..e0627c2dc7 100644 --- a/frappe/templates/emails/delete_data_confirmation.html +++ b/frappe/templates/emails/delete_data_confirmation.html @@ -1,6 +1,6 @@

{{_("Dear User,")}}

{{_("We have received a request for deletion of {0} data associated with: {1}").format(host_name, email)}}.

-

{{_("This will permanently remove your data.")}} +

{{_("This will permanently remove your data.")}}

{{_("Click on the link below to verify your request")}}.

diff --git a/frappe/templates/includes/avatar_macro.html b/frappe/templates/includes/avatar_macro.html index 49c2dfc1bc..7313711c6b 100644 --- a/frappe/templates/includes/avatar_macro.html +++ b/frappe/templates/includes/avatar_macro.html @@ -6,7 +6,6 @@ class="avatar-frame standard-image" src="{{ image or user_info.image }}" title="{{ full_name or user_info.name }}"> - {% else %} - + {{ parent.title or parent.label or parent.name or "" }} diff --git a/frappe/templates/includes/meta_block.html b/frappe/templates/includes/meta_block.html index 1aef8a160e..d8e36ae44e 100644 --- a/frappe/templates/includes/meta_block.html +++ b/frappe/templates/includes/meta_block.html @@ -2,7 +2,7 @@ {%- for name in metatags %} {%- set content = metatags.get(name, '') -%} {%- if content -%} - + {%- endif -%} {%- endfor -%} {%- endif -%} diff --git a/frappe/templates/includes/print_table.html b/frappe/templates/includes/print_table.html index d2a2f55543..e4ffa9580b 100644 --- a/frappe/templates/includes/print_table.html +++ b/frappe/templates/includes/print_table.html @@ -20,7 +20,7 @@ {{- frappe.format(row[col.fieldname], col, row) -}} {% endfor %} - + {% endfor %} - \ No newline at end of file + diff --git a/frappe/templates/print_formats/standard_macros.html b/frappe/templates/print_formats/standard_macros.html index 2bfcf074ab..474fb1d2b4 100644 --- a/frappe/templates/print_formats/standard_macros.html +++ b/frappe/templates/print_formats/standard_macros.html @@ -138,7 +138,7 @@ data-fieldname="{{ df.fieldname }}" data-fieldtype="{{ df.fieldtype }}" fill="transparent" stroke="#1F272E" stroke-width="2" xmlns="http://www.w3.org/2000/svg" id="icon-tick" style="width: 12px; height: 12px; margin-top: 5px;"> - + {% elif df.fieldtype=="Check" and not doc[df.fieldname] %}