diff options
Diffstat (limited to 'pyload/webui/themes/Flat/tml/logs.html')
-rw-r--r-- | pyload/webui/themes/Flat/tml/logs.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/webui/themes/Flat/tml/logs.html b/pyload/webui/themes/Flat/tml/logs.html index eada9ad3f..3b5d9d04a 100644 --- a/pyload/webui/themes/Flat/tml/logs.html +++ b/pyload/webui/themes/Flat/tml/logs.html @@ -1,9 +1,9 @@ -{% extends '/Flat/tml/base.html' %} +{% extends '/tml/base.html' %} {% block title %}{{_("Logs")}} - {{super()}} {% endblock %} {% block subtitle %}{{_("Logs")}}{% endblock %} {% block head %} -<link rel="stylesheet" type="text/css" href="/Flat/css/log.min.css"/> +<link rel="stylesheet" type="text/css" href="/css/log.min.css"/> {% endblock %} {% block content %} |