diff --git a/import_export/templates/admin/import_export/base.html b/import_export/templates/admin/import_export/base.html
index a1b463763..bf35a3f0b 100644
--- a/import_export/templates/admin/import_export/base.html
+++ b/import_export/templates/admin/import_export/base.html
@@ -1,7 +1,6 @@
 {% extends "admin/base_site.html" %}
 {% load i18n admin_static admin_modify %}
 {% load admin_urls %}
-{% load url from future %}
 
 {% block extrastyle %}{{ block.super }}<link rel="stylesheet" type="text/css" href="{% static "admin/css/forms.css" %}" />{% endblock %}
 {% block bodyclass %}{{ opts.app_label }}-{{ opts.object_name.lower }} change-form{% endblock %}
diff --git a/import_export/templates/admin/import_export/export.html b/import_export/templates/admin/import_export/export.html
index 009e7762b..80f073be0 100644
--- a/import_export/templates/admin/import_export/export.html
+++ b/import_export/templates/admin/import_export/export.html
@@ -1,5 +1,4 @@
 {% extends "admin/import_export/base.html" %}
-{% load url from future %}
 {% load i18n %}
 {% load admin_urls %}
 {% load import_export_tags %}
diff --git a/import_export/templates/admin/import_export/import.html b/import_export/templates/admin/import_export/import.html
index 538c588c4..fa0d04cf7 100644
--- a/import_export/templates/admin/import_export/import.html
+++ b/import_export/templates/admin/import_export/import.html
@@ -1,5 +1,4 @@
 {% extends "admin/import_export/base.html" %}
-{% load url from future %}
 {% load i18n %}
 {% load admin_urls %}
 {% load import_export_tags %}