From 523a15f81e819379d1d9ae8412ebd8a7c017a512 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 12 Jan 2011 13:50:59 -0600 Subject: Link dev names to email on clocks page Signed-off-by: Dan McGee --- templates/devel/clock.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/devel/clock.html b/templates/devel/clock.html index 1bc9a849..03d0e9ca 100644 --- a/templates/devel/clock.html +++ b/templates/devel/clock.html @@ -6,13 +6,13 @@

Developer World Clocks

-

This page helps prevent you from waking a sleeping developer. It also - depends on developers keeping the time zone information up to date, so if - you see 'UTC' listed, pester them to update their settings.

-

- Arch Server Time: {{ now|date:"Y-m-d H:i T" }}
- UTC Time: {{ utc_now|date:"Y-m-d H:i T" }} -

+

This page helps prevent you from waking a sleeping developer. It also + depends on developers keeping the time zone information up to date, so if + you see 'UTC' listed, pester them to update their settings.

+

+ Arch Server Time: {{ now|date:"Y-m-d H:i T" }}
+ UTC Time: {{ utc_now|date:"Y-m-d H:i T" }} +

@@ -27,7 +27,7 @@ {% for dev in developers %} - + -- cgit v1.2.3-55-g3dc8
{{ dev.get_full_name }}{{ dev.get_full_name }} {{ dev.username }} {{ dev.userprofile.location }} {{ dev.userprofile.time_zone }}