summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-03-22 21:22:31 -0500
committerDan McGee <dan@archlinux.org>2011-03-22 21:22:31 -0500
commit73e276fbc2ca57aea798ccb044787d613626cb23 (patch)
tree3881ba9d1007e0ce41de0c2a077779702be0f608 /templates
parent06550061b6c01a5def1b5b418fe9cdcfb4bd0a99 (diff)
downloadarchweb-73e276fbc2ca57aea798ccb044787d613626cb23.tar.gz
archweb-73e276fbc2ca57aea798ccb044787d613626cb23.zip
Add alias to developer clocks page
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/devel/clock.html2
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>