diff options
author | stickell <l.stickell@yahoo.it> | 2014-08-24 16:00:27 +0200 |
---|---|---|
committer | stickell <l.stickell@yahoo.it> | 2014-08-24 16:00:27 +0200 |
commit | df888fad2bd1697f6c61930c486242764184d638 (patch) | |
tree | 290e04ade53e7f01ae74b2c7f886f711e8062afa /module/web/themes/flat/tml/setup.html | |
parent | [MultiHoster] Fixed crash due to getConf deprecation (diff) | |
download | pyload-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.html | 13 |
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 |