{% extends "wagtailadmin/base.html" %} {% load i18n wagtailadmin_tags %} {% block titletag %}{% trans "Import theme" %}{% endblock %} {% block content %} {% include "wagtailadmin/shared/header.html" with title="Import theme" %}
{% blocktrans %}

Please note that all contents will be replaced when you upload the .zip file. Ideally you export theme first, apply your changes to these files and upload them in a new .zip file.

{% endblocktrans %}
{% include "wagtailadmin/shared/non_field_errors.html" %}
{% csrf_token %}
{% endblock %} {% block extra_css %} {{ block.super }} {% include "wagtailadmin/pages/_editor_css.html" %} {{ form_media.css }} {% endblock %} {% block extra_js %} {{ block.super }} {% include "wagtailadmin/pages/_editor_js.html" %} {{ form_media.js }} {% endblock %}