diff --git a/templates/oauth2_provider/application_confirm_delete.html b/templates/oauth2_provider/application_confirm_delete.html
index 1651f5177..e159543ab 100644
--- a/templates/oauth2_provider/application_confirm_delete.html
+++ b/templates/oauth2_provider/application_confirm_delete.html
@@ -1,7 +1,6 @@
{% extends "oauth2_provider/base.html" %}
{% load i18n %}
-{% load url from future %}
{% block content %}
{% trans "Are you sure to delete the application" %} {{ application.name }}?
diff --git a/templates/oauth2_provider/application_detail.html b/templates/oauth2_provider/application_detail.html
index 36eb583a1..d55c644b2 100644
--- a/templates/oauth2_provider/application_detail.html
+++ b/templates/oauth2_provider/application_detail.html
@@ -1,7 +1,6 @@
{% extends "oauth2_provider/base.html" %}
{% load i18n %}
-{% load url from future %}
{% block content %}
{{ application.name }}
diff --git a/templates/oauth2_provider/application_form.html b/templates/oauth2_provider/application_form.html
index baa81a1b5..c553099b4 100644
--- a/templates/oauth2_provider/application_form.html
+++ b/templates/oauth2_provider/application_form.html
@@ -1,7 +1,6 @@
{% extends "oauth2_provider/base.html" %}
{% load i18n %}
-{% load url from future %}
{% block content %}