Show username to assist finding user in admin list
This commit is contained in:
parent
ab7aaa95c3
commit
be00f257a1
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
<dt>Spearker Dinner Tickets</dt><dd>{{ speakers_dinner_count }}</dd>
|
||||
<dt>PDNS Tickets</dt><dd>{{ pdns_count }}</dd>
|
||||
<dt>Over 18 years</dt><dd>{% if user.attendee.attendeeprofilebase.attendeeprofile.of_legal_age %}yes{% else %}<strong class="red">NO</strong>{% endif %}</dd>
|
||||
<dt>Username</dt><dd>{{ user.username }}</dd>
|
||||
</dl>
|
||||
<table class="table table-striped">
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue