{% extends "base.html" %} {% load crispy_forms_tags %} {% load static %} {% block headtitle %}Replace media - {{PORTAL_NAME}}{% endblock headtitle %} {% block headermeta %}{% endblock headermeta %} {% block innercontent %}
{% include "cms/media_nav.html" with active_tab="replace" %}

⚠️ Important Information

The new file will be processed but metadata, such as: title, tags, date produced, description, poster image, captions, comments and chapters, will be preserved. Adjust metadata individually, if needed.

{% csrf_token %} {% crispy form %}
{% endblock innercontent %}