diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-02 16:45:29 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-02 16:45:29 -0500 |
commit | ce034483ab02eca8921fe3441012b48a646de47b (patch) | |
tree | 8374dbb10ba50a5cb58e9e2487c96b3df30f0111 /templates | |
parent | d265eb8b328fc58879618d20177967c51fde383e (diff) | |
parent | 4b819c267d6973e634e06f599b5d64cec26cfd95 (diff) |
Merge branch 'master' of https://johkra.net/git/parabolaweb-johkra
Conflicts:
packages/templatetags/package_extras.py
Diffstat (limited to 'templates')
-rw-r--r-- | templates/packages/details.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html index ef501c83..4570627f 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -39,7 +39,7 @@ onclick="return !window.open('/packages/flaghelp/','FlagHelp', 'height=350,width=450,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=no');">(?)</a></li> {% endif %} - <li><a href="download/" rel="nofollow" title="Download {{ pkg.pkgname }} from mirror">Download From Mirror</a></li> + <li><a href="{% get_download_link pkg %}" rel="nofollow" title="Download {{ pkg.pkgname }} from mirror">Download From Mirror</a></li> </ul> {% if perms.main.change_package %} |