From 5c81cefdde1924e61d6efa226b8d15ba756c0741 Mon Sep 17 00:00:00 2001 From: Danny <51312422+dchenz@users.noreply.github.com> Date: Sun, 13 Jul 2025 08:44:25 +0000 Subject: [PATCH] Load custom.css on the edit page The other jinja templates already load custom.css if it exists. --- app/templates/edit_template.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/templates/edit_template.html b/app/templates/edit_template.html index 2c0ff6b410..252b301029 100644 --- a/app/templates/edit_template.html +++ b/app/templates/edit_template.html @@ -11,7 +11,13 @@ href="{{ base_url | escape }}static/favicons/favicon-file.ico" class="favicon" /> - {% endblock %} + {% endblock %} {% if custom_css %} + + {% endif %} {# Copy so we do not modify the page_config with updates. #} {% set