view gpp/templates/downloads/commands/wget_cat.html @ 567:0a8e6a9ccf53

Tweaks to the contests application: show the winners on the list page. Minor presentation changes on the detail template.
author Brian Neal <bgneal@gmail.com>
date Wed, 07 Mar 2012 18:12:02 -0600
parents 311c926dd218
children
line wrap: on
line source
#!/bin/bash

{% for dl in downloads %}
wget -O {{ dl.dest_filename }} http://{{ domain }}{{ MEDIA_URL }}{{ dl.file.name|urlencode }}
{% endfor %}