From 4c8a6401abe2ee3752d8a30402e74e882042352f Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Wed, 27 Aug 2014 15:22:39 +0200 Subject: [webui] Restructure file tree + convert tabs to 2 whitespaces + remove setup.html --- module/webui/themes/dark/tml/downloads.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 module/webui/themes/dark/tml/downloads.html (limited to 'module/webui/themes/dark/tml/downloads.html') diff --git a/module/webui/themes/dark/tml/downloads.html b/module/webui/themes/dark/tml/downloads.html new file mode 100644 index 000000000..8a68d3f99 --- /dev/null +++ b/module/webui/themes/dark/tml/downloads.html @@ -0,0 +1,29 @@ +{% extends '/dark/tml/base.html' %} + +{% block title %}Downloads - {{super()}} {% endblock %} + +{% block subtitle %} +{{_("Downloads")}} +{% endblock %} + +{% block content %} + + + +{% endblock %} \ No newline at end of file -- cgit v1.2.3