]> git.ipfire.org Git - ipfire.org.git/blob - templates/admin-accounts-edit.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / admin-accounts-edit.html
1 {% extends "admin-base.html" %}
2
3 {% block content %}
4 <div id="post">
5 <h3>{{ _("Account Administrator") }}</h3>
6
7 {{ user.realname }}
8 </div>
9 {% end %}