diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2010-11-17 17:36:44 -0600 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2010-11-17 17:36:44 -0600 |
commit | 131023868a582158a4ac461dc2516e19a7fb27c6 (patch) | |
tree | 0e3971a8ca3f204f19dabcac5281d83241f6c5c6 /templates/public | |
parent | 90915ae0b7875a7cbb0e00846579b805a7909f30 (diff) |
urls.py now serve static content, modified download.html and delete arch logos
Diffstat (limited to 'templates/public')
-rw-r--r-- | templates/public/download.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/public/download.html b/templates/public/download.html index 64ee6b5a..30b2abad 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -96,8 +96,11 @@ </tbody> </table> +{% comment %} <h3>Get Parabola on CD</h3> +<!-- we should seek for a service provider like this --> + <p>The following suppliers donate a portion of their proceeds to the Parabola project:</p> @@ -114,7 +117,7 @@ <li><a href="http://www.linuxcd.org/view_distro.php?id_distro=48" title="Purchase a CD from LinuxCD">Purchase a CD from LinuxCD</a></li> </ul> - +{% endcomment %} <h3>HTTP/FTP Direct Downloads</h3> |