]> git.ipfire.org Git - ipfire.org.git/blobdiff - www/templates/admin-base.html
Move everything to the root of the repository.
[ipfire.org.git] / www / templates / admin-base.html
diff --git a/www/templates/admin-base.html b/www/templates/admin-base.html
deleted file mode 100644 (file)
index f144d45..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-{% extends "base-2.html" %}
-{% block title %}{{ _("IPFire Admin Area") }}{% end %}
-
-{% block bodyB %}
-       <h4>{{ _("Options") }}</h4>
-
-       <ul class="list">
-               <!-- <li><a href="/accounts">{{ _("Accounts") }}</a></li> -->
-               <!-- <li><a href="/mirrors">{{ _("Mirrors") }}</a></li> -->
-               <li><a href="/planet">{{ _("Planet") }}</a></li>
-               <li><a href="/downloads">{{ _("Downloads") }}</a></li>
-       </ul>
-{% end %}