{% extends "wagtailadmin/base.html" %} {% load i18n static %} {% block titletag %}{% trans "Add a video" %}{% endblock %} {% block bodyclass %}menu-embed-videos{% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% url 'wagtailadmin_tag_autocomplete' as autocomplete_url %} {# TODO: Find a way to inject page editor handler in the return of the view and not injecting it here #} {% endblock %} {% block content %} {% trans "Add video" as add_str %} {% include "wagtailadmin/shared/header.html" with title=add_str icon="media" %}