{% extends 'base.html' %} {% block headtitle %}Delete media server - {{ mediaserver }}{% endblock %} {% block content %}

Delete {{ mediaserver }}

Deleting a media server will stop it from being updated by TubeSync. This action is permanent. You will have to manually re-add the media server details again if you want to update it automatically in future again.

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