diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-05-21 02:51:31 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-05-21 02:51:31 -0300 |
commit | 009b3c0d97661e159cd0fe52be5407b72434ac70 (patch) | |
tree | 9849213dce0c45a15abe730b739d864c17bc1e44 /templates | |
parent | 1288e890dfd88778163f51f6a6d93edd5784d055 (diff) |
Don't download from repo
Diffstat (limited to 'templates')
-rw-r--r-- | templates/packages/details.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html index f1b16e4c..5b6d4166 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -36,7 +36,6 @@ 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/" title="Download {{ pkg.pkgname }} from mirror">Download From Mirror</a></li> </ul> {% if perms.main.change_package %} |