{% extends 'base.html' %} {% block headtitle %}Update source - {{ source.name }}{% endblock %} {% block content %}

Update source {{ source.name }}

You can use this form to update your source. A source is what's polled on regular basis to find new media to download, such as a channel or playlist. Any changes to a source will only apply to new media and will not update media previously downloaded.

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