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 fb9b330 commit 03a0e74Copy full SHA for 03a0e74
todolists/templatetags/todolists.py
@@ -13,7 +13,7 @@ def todopkg_details_link(todopkg):
13
pkg = todopkg.pkg
14
if not pkg:
15
return todopkg.pkgname
16
- link = '<a href={url}s" title="View package details for {pkgname}">{pkgname}</a>'
+ link = '<a href="{url}" title="View package details for {pkgname}">{pkgname}</a>'
17
url = pkg_absolute_url(todopkg.repo, todopkg.arch, pkg.pkgname)
18
return format_html(link, url=url, pkgname=pkg.pkgname)
19
0 commit comments