We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e09c6a commit 227562aCopy full SHA for 227562a
1 file changed
main/templatetags/details_link.py
@@ -54,11 +54,13 @@ def wiki_link(package):
54
}
55
return link_encode(url, data)
56
57
+
58
@register.simple_tag
59
def sec_link(package):
60
url = "https://security.archlinux.org/package/{}"
61
return url.format(package.pkgname)
62
63
64
65
def pgp_key_link(key_id, link_text=None):
66
return pgp.pgp_key_link(key_id, link_text)
0 commit comments