{% extends "wagtailadmin/base.html" %} {% load i18n static %} {% block titletag %}{% trans "Add a video" %}{% endblock %} {% block bodyclass %}menu-embed-videos{% endblock %} {% block extra_css %} {% include "wagtailadmin/shared/tag_field_css.html" %} {% endblock %} {% block extra_js %} {% include "wagtailadmin/shared/tag_field_js.html" %} {# 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" %}
{% csrf_token %}
{% endblock %}