From 888ed093a1521d5f5c648e3d1dba46e376c85ac9 Mon Sep 17 00:00:00 2001 From: Nell Date: Sat, 19 Apr 2025 23:15:17 +0200 Subject: [PATCH] add title --- app/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/base.html b/app/templates/base.html index a18fc04..802700b 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -2,7 +2,7 @@ - {% block base_title %}{% block title %}{% endblock %}{% endblock %} + {% block base_title %}Oxpanel{% block title %}{% endblock %}{% endblock %} {% block base_css %} {# {% stylesheet_pack 'app' %}#}