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' %}#}