{% extends 'admin/base.html' %} {% load i18n %} {% block title %}Import File{{ block.super }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %} {% if form.errors %} {{ form.errors }} {% endif %}
{% csrf_token %}

Import Legacy Links with CSV File

Use Integrity Link Checker to generate a .csv list of links from your current site. Click here to see current legacy links.

{{form.file}}
{% endblock %}