summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/templatetags/details_link.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/templatetags/details_link.py b/main/templatetags/details_link.py
index 07fbe108..c9c0521a 100644
--- a/main/templatetags/details_link.py
+++ b/main/templatetags/details_link.py
@@ -32,7 +32,6 @@ def bugs_list(package):
url = "https://bugs.archlinux.org/"
data = {
'project': package.repo.bugs_project,
- 'cat[]': package.repo.bugs_category,
'string': package.pkgname,
}
return link_encode(url, data)