From c29dd33eae1d3449bc9639cc05ac00551a94bb60 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 17 Feb 2015 01:17:42 +0100 Subject: webui temp --- module/web/templates/default/downloads.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 module/web/templates/default/downloads.html (limited to 'module/web/templates/default/downloads.html') diff --git a/module/web/templates/default/downloads.html b/module/web/templates/default/downloads.html new file mode 100644 index 000000000..450b8a102 --- /dev/null +++ b/module/web/templates/default/downloads.html @@ -0,0 +1,29 @@ +{% extends 'default/base.html' %} + +{% block title %}Downloads - {{super()}} {% endblock %} + +{% block subtitle %} +{{_("Downloads")}} +{% endblock %} + +{% block content %} + + + +{% endblock %} \ No newline at end of file -- cgit v1.2.3