]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - www/templates/admin-base.html
Create a global webapp database connection and create a config class.
[people/shoehn/ipfire.org.git] / www / templates / admin-base.html
CommitLineData
feb02477
MT
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 %}