summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/templatetags/package_extras.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/templatetags/package_extras.py b/packages/templatetags/package_extras.py
index d0c163ea..71ff5ed8 100644
--- a/packages/templatetags/package_extras.py
+++ b/packages/templatetags/package_extras.py
@@ -130,7 +130,7 @@ def bug_report(package):
data = {
'@template': 'item',
'keyword': 'packages',
- 'title': '[%s]' % package.pkgname,
+ 'title': '[%s] PLEASE ENTER SUMMARY' % package.pkgname,
}
return link_encode(url, data)