diff options
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 e52a005..3001709 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/" |