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

Please select the site(s) below you want to purge cache for.

The urls (e.g. /* a wildcard for all pages) can be either a single url or a batch of multiple urls separated by a newline.

See: https://docs.wagtail.io/en/stable/reference/contrib/frontendcache.html

{% 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 %}