diff options
-rw-r--r-- | template/en/default/pages/fields.html.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl index 6ac25e4f4..0c2c81d8c 100644 --- a/template/en/default/pages/fields.html.tmpl +++ b/template/en/default/pages/fields.html.tmpl @@ -223,6 +223,13 @@ the newer versions rewrote (implicitly fixing) the related code, or perhaps support was dropped entirely. </dd> + <dt class="pkgremoved"> + [% display_value("resolution", "PKGREMOVED") FILTER html %] + </dt> + <dd class="pkgremoved"> + The [% terms.bug %] is no longer relevant because the affected + package was removed from the tree. + </dd> [% Hook.process('resolution') %] </dl> |