From a258a18fa47286cdf0fa0b19bfb21f825cbea6de Mon Sep 17 00:00:00 2001
From: Will Miao <13051207myq@gmail.com>
Date: Sun, 31 Aug 2025 11:28:49 +0800
Subject: [PATCH] refactor(preload): remove unnecessary preload blocks from
multiple templates
---
templates/base.html | 8 --------
templates/checkpoints.html | 4 ----
templates/embeddings.html | 4 ----
templates/loras.html | 6 ------
templates/recipes.html | 4 ----
templates/statistics.html | 6 ------
6 files changed, 32 deletions(-)
diff --git a/templates/base.html b/templates/base.html
index 97c6300f..bf8600d4 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -12,14 +12,6 @@
-
-
- {% block preload %}{% endblock %}
-
-
-
-