Revision a196eb7e astakos/im/admin/templates/pending_users.html

b/astakos/im/admin/templates/pending_users.html
18 18
  <thead>
19 19
    <tr>
20 20
      <th>ID</th>
21
      <th>Username</th>
21
      <th>Email</th>
22 22
      <th>Real Name</th>
23 23
      <th>Affiliation</th>
24 24
      <th>Email</th>
......
30 30
    {% for user in users %}
31 31
    <tr>
32 32
      <td>{{ user.id }}</td>
33
      <td>{{ user.username }}</td>
33
      <td>{{ user.email }}</td>
34 34
      <td>{{ user.realname }}</td>
35 35
      <td>{{ user.affiliation }}</td>
36 36
      <td>{{ user.email }}</td>

Also available in: Unified diff