diff options
-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> |