]> ruin.nu Git - ndwebbie.git/blobdiff - root/src/users/index.tt2
Show pnick in user list
[ndwebbie.git] / root / src / users / index.tt2
index 29127a368e01f1814684569dd29c88a7995f456e..3c8c0866d5ab6e98922d284ef75e2311e8e0d67d 100644 (file)
@@ -1,9 +1,10 @@
 [% META title = 'User listing' %]
 <table>
-       <tr><th>User</th><th>Groups</th></tr>
+       <tr><th>User</th><th>P-nick</th><th>Groups</th></tr>
 [% FOR u IN users %]
        <tr class="[% loop.count % 2 == 0 ? 'even' : 'odd' %]">
                <td><a href="[% c.uri_for('edit',u.uid) %]">[% u.username | html %]</a></td>
+               <td>[% u.pnick %]</td>
                <td>[% u.groups %]</td>
        </tr>
 [% END %]