summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngel Velásquez <angvp@archlinux.org>2017-11-16 14:33:10 -0300
committerGitHub <noreply@github.com>2017-11-16 14:33:10 -0300
commitd753449a390120851feeeacb20410be9d8aab2f7 (patch)
tree398622777086c1d91fb04b653073d60573da6052
parentcd1bc1c637ac4b443f9d2994c328c192145cc0e4 (diff)
parent6ffa5c4957812f3ee584205b6d11ce87885f9e6c (diff)
Merge pull request #63 from eli-schwartz/masterrelease_2017-11-16
package details: remove category from bugtracker links
-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)