changeset 119:280ea98b1706 draft

Remove old tags from the list
author marga
date Tue, 28 Jul 2009 22:29:52 +0000
parents 9fd31c1b495f
children cfe047d5534a
files bts_webui/amancay/templatetags/bug_tags.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bts_webui/amancay/templatetags/bug_tags.py
+++ b/bts_webui/amancay/templatetags/bug_tags.py
@@ -1,6 +1,7 @@
 # vim: set sw=4 ts=4 sts=4 noet:
 
-TAGS = ('patch', 'wontfix', 'moreinfo', 'unreproducible', 'help', 'pending', 'fixed', 'security', 'upstream', 'confirmed', 'fixed-upstream', 'fixed-in-experimental', 'd-i', 'ipv6', 'lfs', 'l10n', 'potato', 'woody', 'sarge', 'sarge-ignore', 'etch', 'etch-ignore', 'sid', 'experimental')
+#TAGS = ('patch', 'wontfix', 'moreinfo', 'unreproducible', 'help', 'pending', 'fixed', 'security', 'upstream', 'confirmed', 'fixed-upstream', 'fixed-in-experimental', 'd-i', 'ipv6', 'lfs', 'l10n', 'potato', 'woody', 'sarge', 'sarge-ignore', 'etch', 'etch-ignore', 'sid', 'experimental')
+TAGS = ('patch', 'wontfix', 'moreinfo', 'unreproducible', 'help', 'pending', 'fixed', 'security', 'upstream', 'confirmed', 'fixed-upstream', 'fixed-in-experimental', 'd-i', 'ipv6', 'lfs', 'l10n', 'etch', 'etch-ignore', 'sid', 'experimental')
 
 from django import template