diff options
author | Dan McGee <dan@archlinux.org> | 2011-03-22 21:22:31 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-03-22 21:22:31 -0500 |
commit | 73e276fbc2ca57aea798ccb044787d613626cb23 (patch) | |
tree | 3881ba9d1007e0ce41de0c2a077779702be0f608 | |
parent | 06550061b6c01a5def1b5b418fe9cdcfb4bd0a99 (diff) |
Add alias to developer clocks page
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | templates/devel/clock.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/devel/clock.html b/templates/devel/clock.html index 03d0e9ca..ab1d9b9f 100644 --- a/templates/devel/clock.html +++ b/templates/devel/clock.html @@ -19,6 +19,7 @@ <tr> <th>Developer</th> <th>Username</th> + <th>Alias</th> <th>Location</th> <th>Time Zone</th> <th>Current Time</th> @@ -29,6 +30,7 @@ <tr class="{% cycle 'odd' 'even' %}"> <td><a href="mailto:{{ dev.email }}">{{ dev.get_full_name }}</a></td> <td>{{ dev.username }}</td> + <td>{{ dev.userprofile.alias }}</td> <td>{{ dev.userprofile.location }}</td> <td>{{ dev.userprofile.time_zone }}</td> <td>{{ dev.current_time|date:"Y-m-d H:i T" }}</td> |