From 2c67177f74ff8bd8817b8f4967d1b25682beaaf1 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 16 Feb 2015 03:57:25 +0100 Subject: Improve theme structure a bit --- pyload/webui/themes/flat/tml/info.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pyload/webui/themes/flat/tml/info.html') diff --git a/pyload/webui/themes/flat/tml/info.html b/pyload/webui/themes/flat/tml/info.html index 26b46736d..a650afc5a 100644 --- a/pyload/webui/themes/flat/tml/info.html +++ b/pyload/webui/themes/flat/tml/info.html @@ -1,4 +1,4 @@ -{% extends '/flat/tml/base.html' %} +{% extends '/Flat/tml/base.html' %} {% block head %} {% endblock %} -{% block title %}{{ _("Information") }} - {{ super() }} {% endblock %} -{% block subtitle %}{{ _("Information") }}{% endblock %} +{% block title %}{{ _("Info") }} - {{ super() }} {% endblock %} +{% block subtitle %}{{ _("Info") }}{% endblock %} {% block content %}

{{ _("News") }}

@@ -69,7 +69,7 @@ {{ language }} - {{ _("Webinterface Port:") }} + {{ _("Web UI Port:") }} {{ webif }} -- cgit v1.2.3