]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - www/templates/admin-accounts-edit.html
Some very big changes I cannot break down to distinct commits.
[people/shoehn/ipfire.org.git] / www / templates / admin-accounts-edit.html
CommitLineData
feb02477
MT
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 %}