diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-08-26 23:30:22 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-08-26 23:30:22 +0200 |
commit | 1edbca46b0aef5d6bc9ca2d8c28dd32a7e7e9cf5 (patch) | |
tree | 20be87efcda4501b17fca9056628aa92985445d7 /module/web/themes/dark/tml/setup.html | |
parent | Version number: 0.4.10 (diff) | |
download | pyload-1edbca46b0aef5d6bc9ca2d8c28dd32a7e7e9cf5.tar.xz |
Diffstat (limited to 'module/web/themes/dark/tml/setup.html')
-rw-r--r-- | module/web/themes/dark/tml/setup.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/module/web/themes/dark/tml/setup.html b/module/web/themes/dark/tml/setup.html new file mode 100644 index 000000000..91671fbab --- /dev/null +++ b/module/web/themes/dark/tml/setup.html @@ -0,0 +1,13 @@ +{% extends '/dark/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 |