summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/home.html
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-12-17 16:14:26 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-12-17 16:14:26 +0100
commit511ae48877f8f3fae2a3ba282d979c33f2ea5491 (patch)
tree946b97a81fa6a3efbc181177e805cee922305a47 /module/web/templates/default/home.html
parentLittle Rapidshare Fix (diff)
downloadpyload-511ae48877f8f3fae2a3ba282d979c33f2ea5491.tar.xz
webinterface: config working, downloadable files
Diffstat (limited to 'module/web/templates/default/home.html')
-rw-r--r--module/web/templates/default/home.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/module/web/templates/default/home.html b/module/web/templates/default/home.html
index 40f124712..fac4b6e63 100644
--- a/module/web/templates/default/home.html
+++ b/module/web/templates/default/home.html
@@ -1,5 +1,9 @@
{% extends 'default/base.html' %}
-{% block content %}
+{% block subtitle %}
+Active Downloads
+{% endblock %}
+
+{% block content %}
{% endblock %} \ No newline at end of file