diff options
author | Dan McGee <dan@archlinux.org> | 2012-08-08 19:34:37 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-08-08 19:34:37 -0500 |
commit | 978a5c61a5412eeed054307d3e2979324ffcb64a (patch) | |
tree | 034e2e9a158a4c27741a79ff6028d4cd9c8575e4 /templates/devel/clock.html | |
parent | 064a1b7699ef8f65ee1c123f93cd8da02e843dea (diff) |
Add flag requests to developer last action calculation
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/devel/clock.html')
-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 bf4614b5..02e42749 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" }} |