]> git.ipfire.org Git - ipfire.org.git/blame - templates/admin-base.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / admin-base.html
CommitLineData
940227cb 1{% extends "base-2.html" %}
feb02477
MT
2
3{% block title %}{{ _("IPFire Admin Area") }}{% end %}
4
60024cc8 5{% block bodyB %}
feb02477
MT
6 <h4>{{ _("Options") }}</h4>
7
de683d7c
MT
8 <ul class="list">
9 <!-- <li><a href="/accounts">{{ _("Accounts") }}</a></li> -->
10 <!-- <li><a href="/mirrors">{{ _("Mirrors") }}</a></li> -->
feb02477 11 <li><a href="/planet">{{ _("Planet") }}</a></li>
60024cc8 12 <li><a href="/downloads">{{ _("Downloads") }}</a></li>
feb02477
MT
13 </ul>
14{% end %}