Skip to content

Commit

Permalink
mod_admin: Show currently logged in user on dashboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Scherpenisse committed Nov 22, 2012
1 parent d239257 commit c7e538a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/mod_admin/templates/admin.tpl
Expand Up @@ -4,6 +4,13 @@

{% block content %}
<div>
<div class="pull-right">
<p class="admin-chapeau">
{_ Logged in as _}
<a href="{% url admin_edit_rsc id=m.acl.user %}">{{ m.acl.user.title }}</a>.
</p>
</div>

<h2>{_ Dashboard _}</h2>

<div class="well">
Expand Down

0 comments on commit c7e538a

Please sign in to comment.