From df888fad2bd1697f6c61930c486242764184d638 Mon Sep 17 00:00:00 2001 From: stickell Date: Sun, 24 Aug 2014 16:00:27 +0200 Subject: Revert 8446e16346ece5a934550f69e81d0cad528f7fba. It broke the WebUI. --- 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..122ca1b82 --- /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 %} -- cgit v1.2.3