diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-23 15:52:01 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-23 15:52:01 -0400 |
commit | 9d3cb6e783603d4991f7e610912ba5665fd43260 (patch) | |
tree | 40a862f7a65fdcf3554b084656a4d0013ab36887 /templates | |
parent | a5512d91df66e70f5c79c1f24878eccff125d13d (diff) |
fix bugs
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 a14271b3..35134f97 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -41,7 +41,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 %} |