]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - www/templates/admin-base.html
Some very big changes I cannot break down to distinct commits.
[people/shoehn/ipfire.org.git] / www / templates / admin-base.html
1 {% extends "base.html" %}
2
3 {% block title %}{{ _("IPFire Admin Area") }}{% end %}
4
5 {% block languages %}{% end %}
6
7 {% block sidebar %}
8 <h4>{{ _("Options") }}</h4>
9
10 <ul>
11 <li><a href="/accounts">{{ _("Accounts") }}</a></li>
12 <li><a href="/planet">{{ _("Planet") }}</a></li>
13 </ul>
14 {% end %}