diff options
author | Dan McGee <dan@archlinux.org> | 2012-08-09 02:34:37 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-08-09 02:34:37 +0200 |
commit | 978a5c61a5412eeed054307d3e2979324ffcb64a (patch) | |
tree | 034e2e9a158a4c27741a79ff6028d4cd9c8575e4 /templates/devel | |
parent | 064a1b7699ef8f65ee1c123f93cd8da02e843dea (diff) | |
download | archweb-978a5c61a5412eeed054307d3e2979324ffcb64a.tar.gz archweb-978a5c61a5412eeed054307d3e2979324ffcb64a.tar.xz |
Add flag requests to developer last action calculation
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/devel')
-rw-r--r-- | templates/devel/clock.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/devel/clock.html b/templates/devel/clock.html index bf4614b..02e4274 100644 --- a/templates/devel/clock.html +++ b/templates/devel/clock.html @@ -20,6 +20,7 @@ mirror)</li> <li>Post date of a news item</li> <li>Signing off on a package</li> + <li>Flagging a package out-of-date</li> </ul> <p> Current UTC Time: {{ utc_now|date:"Y-m-d H:i T" }} |