diff options
author | Dan McGee <dan@archlinux.org> | 2010-07-06 18:36:50 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-07-06 18:36:50 -0500 |
commit | fba1d29c1b8fcc58a5501aad206901e6217cd530 (patch) | |
tree | 9e4307e16ee0e9795a84b2f8bac657c3c5e0d1ec /templates/packages/details.html | |
parent | 145b80d0c6c466b08caf094df14d74ae56235151 (diff) |
Update code to use new flag_date column
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/packages/details.html')
-rw-r--r-- | templates/packages/details.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html index e52a0052..3001709d 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -14,7 +14,7 @@ <li><a href="{{ pkg.get_trunk_svn_link }}" title="View SVN entries on trunk">SVN Entries (trunk)</a></li> <li><a href="{{ pkg.get_bugs_link }}" title="View existing bug tickets for {{ pkg.pkgname }}">Bug Reports</a></li> <li> - {% if pkg.needupdate %} + {% if pkg.flag_date %} <span class="flagged">This package has been flagged out-of-date</span> {% if user.is_authenticated %} <br /> <a href="unflag/" |