From fba1d29c1b8fcc58a5501aad206901e6217cd530 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 6 Jul 2010 18:36:50 -0500 Subject: Update code to use new flag_date column Signed-off-by: Dan McGee --- templates/packages/details.html | 2 +- templates/packages/search.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/packages') 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 @@
  • SVN Entries (trunk)
  • Bug Reports
  • - {% if pkg.needupdate %} + {% if pkg.flag_date %} This package has been flagged out-of-date {% if user.is_authenticated %}
        {{ pkg.repo.name|capfirst }} {{ pkg.pkgname }} - {% if pkg.needupdate %} + {% if pkg.flag_date %} {{ pkg.pkgver }}-{{ pkg.pkgrel }} {% else %} {{ pkg.pkgver }}-{{ pkg.pkgrel }} -- cgit v1.2.3-2-g168b