From ef7e153056958390b66ef12a753c12f7fecdfeec Mon Sep 17 00:00:00 2001 From: jamunachi <83000184+jamunachi@users.noreply.github.com> Date: Mon, 22 Sep 2025 15:11:51 +0300 Subject: [PATCH] Update base.html --- theme_manager/templates/base.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/theme_manager/templates/base.html b/theme_manager/templates/base.html index 4731ac3..9c6ee26 100644 --- a/theme_manager/templates/base.html +++ b/theme_manager/templates/base.html @@ -39,9 +39,9 @@ {%- endfor -%} {%- endblock -%} - {%- block head_include %} + {%- block head_include -%} {{ head_include or "" }} - {% endblock -%} + {%- endblock -%} {%- block style %} {% if colocated_css -%} @@ -62,7 +62,11 @@ - {% include "public/icons/timeless/symbol-defs.svg" %} + + {# FIXED: include timeless icon sprite safely across Frappe versions #} + {% include "frappe/public/icons/timeless/symbol-defs.svg" ignore missing %} + {% include "frappe/public/icons/timeless/icons.svg" ignore missing %} + {%- block banner -%} {% include "templates/includes/banner_extension.html" ignore missing %}