{% extends "wagtailadmin/base.html" %} {% load i18n wagtailadmin_tags %} {% block titletag %}{% trans "Redirects" %}{% endblock %} {% block content %} {% trans "Import redirects" as header_title %} {% include "wagtailadmin/shared/header.html" with title=header_title icon="redirect" %}
{% icon name='help' %} {% blocktrans trimmed %}

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 %}
{% include "wagtailadmin/shared/non_field_errors.html" %}
{% csrf_token %}
{% endblock %}