{% extends 'base.html' %} {% block headtitle %}Redownload media - {{ media }}{% endblock %} {% block content %}

Redownload media {{ media }}

You can delete the downloaded file for your media {{ media }} and schedule it to be redownloaded. You might want to use this if you moved the original file on disk and want to download it again, or, if you changed your source settings such as changed the desired resolution and want to redownload the media in a different format.

{% csrf_token %} {% include 'simpleform.html' with form=form %}
{% endblock %}