{% extends "wagtailadmin/generic/form.html" %} {% load wagtailadmin_tags %} {% block main_content %} {% block before_form %}{% endblock %}
{% block after_form %}{% endblock %} {% endblock %} {% block extra_js %} {{ block.super }} {% comment %} The following scripts are required for the 'link' feature of the Draftail editor to work - which is used by the description field of RadioShow and Podcast. See: wagtail/admin/templates/wagtailadmin/pages/_editor_js.html {% endcomment %} {% endblock %}