From: Michael Tremer Date: Tue, 17 Jul 2018 22:28:20 +0000 (+0100) Subject: Remove old sources.html file X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d73c38202c02e6cc54c8bbd1234eed6c62e449a8;p=ipfire.org.git Remove old sources.html file Signed-off-by: Michael Tremer --- diff --git a/src/templates/sources.html b/src/templates/sources.html deleted file mode 100644 index 61899662..00000000 --- a/src/templates/sources.html +++ /dev/null @@ -1,23 +0,0 @@ -{% extends "base.html" %} - -{% block title %}{{ _("Sources") }}{% end block %} - -{% block content %} -

{{ _("Source Code") }}

- -

- {{ _("There are %s source files on the server.") % len(files) }} -

- -
- - -{% end block %}