{% extends "wagtailadmin/base.html" %} {% load i18n %} {% block titletag %}{% trans "Redirects" %}{% endblock %} {% block extra_js %} {{ block.super }} {% endblock %} {% block content %} {% trans "Import redirects" as header_title %} {% include "wagtailadmin/shared/header.html" with title=header_title icon="redirect" %}
Select a file where redirects are separated into rows and contains the columns representing from
and to
(they can be named anything).
After submitting you will be taken to a confirmation view where you can customize your redirects before import.
{% endblocktrans %}