From 4274a20b05149666b66e27e5e7c7c38406bfd707 Mon Sep 17 00:00:00 2001
From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com>
Date: Tue, 11 Mar 2025 01:09:26 +0330
Subject: [PATCH] Improved footer design and add version display
Updated `base.html` to display current version and show update notifications
Adde github and telegram link in footer
---
core/scripts/webpanel/templates/base.html | 81 +++++++++++++++++++----
1 file changed, 69 insertions(+), 12 deletions(-)
diff --git a/core/scripts/webpanel/templates/base.html b/core/scripts/webpanel/templates/base.html
index f327d32..f3115b1 100644
--- a/core/scripts/webpanel/templates/base.html
+++ b/core/scripts/webpanel/templates/base.html
@@ -15,6 +15,8 @@
+
+
{% block stylesheets %}{% endblock %}
@@ -114,11 +116,26 @@
{% block content %}{% endblock %}
-
-
+
+
@@ -127,16 +144,18 @@
+
+
{% block javascripts %}{% endblock %}