diff options
Diffstat (limited to 'templates/devel/clock.html')
-rw-r--r-- | templates/devel/clock.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/devel/clock.html b/templates/devel/clock.html index 72a57d0f..06324d84 100644 --- a/templates/devel/clock.html +++ b/templates/devel/clock.html @@ -1,23 +1,23 @@ {% extends "base.html" %} -{% block title %}Arch Linux - Developer World Clocks{% endblock %} +{% block title %}Parabola GNU/Linux-libre - Hackers World Clocks{% endblock %} {% block content %} <div id="dev-clocks-box" class="box"> - <h2>Developer World Clocks</h2> + <h2>Hackers World Clocks</h2> - <p>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 + <p>This page helps prevent you from waking a sleeping hacker. It also + depends on hackers keeping the time zone information up to date, so if you see 'UTC' listed, pester them to update their settings.</p> <p> - Arch Server Time: {{ now|date:"Y-m-d H:i T" }}<br/> + Parabola Server Time: {{ now|date:"Y-m-d H:i T" }}<br/> UTC Time: {{ utc_now|date:"Y-m-d H:i T" }} </p> <table id="clocks-table" class="results"> <thead> <tr> - <th>Developer</th> + <th>Hacker</th> <th>Username</th> <th>Alias</th> <th>Location</th> |