app/soc/templates/soc/site/user/list/user_heading.html
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 22 Sep 2008 14:13:32 +0000
changeset 186 da76f08b1752
permissions -rw-r--r--
Add Users List Developer view which is available at /site/user/list. Add User list custom templates which are used with list_helpers. Add "Users List" link in base.html template. Patch by: Pawel Solyga Reviewed by: to-be-reviewed

<tr align="left">
  <th class="first" align="right">Id</th>
  <th>Email</th>
  <th>Nickname</th>
  <th>Linkname</th>
</tr>