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

Delete source {{ source.name }}

Are you sure you want to delete this source? Deleting a source is permanent. By default, deleting a source does not delete any saved media files. You can tick the "also delete downloaded media" checkbox to also remove save media when you delete the source. Deleting a source cannot be undone.

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