]> git.ipfire.org Git - ipfire.org.git/blobdiff - www/templates/admin-downloads-base.html
Move everything to the root of the repository.
[ipfire.org.git] / www / templates / admin-downloads-base.html
diff --git a/www/templates/admin-downloads-base.html b/www/templates/admin-downloads-base.html
deleted file mode 100644 (file)
index e73fb14..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "admin-base.html" %}
-
-{% block sidebar %}
-       <p>
-               <a href="/">{{ _("Back to home") }}</a>
-       </p>
-
-       <h4>{{ _("Options") }}</h4>
-
-       <ul class="list">
-               <li><a href="/downloads/mirrors">{{ _("Mirror stats") }}</a></li>
-       </ul>
-{% end block %}