diff --git a/wagtail/images/templates/wagtailimages/multiple/add.html b/wagtail/images/templates/wagtailimages/multiple/add.html index 3851988760..a4467d2e13 100644 --- a/wagtail/images/templates/wagtailimages/multiple/add.html +++ b/wagtail/images/templates/wagtailimages/multiple/add.html @@ -1,4 +1,4 @@ -{% extends "wagtailadmin/base.html" %} +{% extends "wagtailadmin/generic/base.html" %} {% load i18n %} {% load l10n %} {% load wagtailadmin_tags wagtailimages_tags %} @@ -9,43 +9,38 @@ {{ form_media.css }} {% endblock %} -{% block content %} - {% trans "Add images" as add_str %} - {% include "wagtailadmin/shared/header.html" with title=add_str icon="image" %} +{% block main_content %} +
+

{% trans "Drag and drop images into this area to upload immediately." %}

+

{{ help_text }}

-
-
-

{% trans "Drag and drop images into this area to upload immediately." %}

-

{{ help_text }}

- -
-
- - -
- {% csrf_token %} - {% if collections %} - {% trans "Add to collection:" as label_text %} - {% rawformattedfield label_text=label_text id_for_label="id_addimage_collection" classname="w-mx-auto w-mt-4 w-grid w-justify-center" %} - - {% endrawformattedfield %} - {% endif %} -
-
- -
-
0%
-
- - +
+
+ + +
+ {% csrf_token %} + {% if collections %} + {% trans "Add to collection:" as label_text %} + {% rawformattedfield label_text=label_text id_for_label="id_addimage_collection" classname="w-mx-auto w-mt-4 w-grid w-justify-center" %} + + {% endrawformattedfield %} + {% endif %} +
+
+
0%
+
+ + +