summaryrefslogtreecommitdiffstats
path: root/module/web/themes/flat/tml/setup.html
diff options
context:
space:
mode:
authorGravatar stickell <l.stickell@yahoo.it> 2014-08-24 16:00:27 +0200
committerGravatar stickell <l.stickell@yahoo.it> 2014-08-24 16:00:27 +0200
commitdf888fad2bd1697f6c61930c486242764184d638 (patch)
tree290e04ade53e7f01ae74b2c7f886f711e8062afa /module/web/themes/flat/tml/setup.html
parent[MultiHoster] Fixed crash due to getConf deprecation (diff)
downloadpyload-df888fad2bd1697f6c61930c486242764184d638.tar.xz
Revert 8446e16346ece5a934550f69e81d0cad528f7fba. It broke the WebUI.
Diffstat (limited to 'module/web/themes/flat/tml/setup.html')
-rw-r--r--module/web/themes/flat/tml/setup.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/module/web/themes/flat/tml/setup.html b/module/web/themes/flat/tml/setup.html
deleted file mode 100644
index ceea5284a..000000000
--- a/module/web/themes/flat/tml/setup.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends '/flat/tml/base.html' %}
-
-{% block title %}{{ _("Setup") }} - {{ super() }} {% endblock %}
-{% block subtitle %}{{ _("Setup") }}{% endblock %}
-{% block headpanel %}Welcome to pyLoad{% endblock %}
-{% block menu %}
- <li style="height: 25px"> <!-- Needed to get enough margin -->
- </li>
-{% endblock %}
-
-{% block content %}
- Comming Soon.
-{% endblock %} \ No newline at end of file