diff --git a/templates/registration/password_change_form.html b/templates/registration/password_change_form.html
index 273193a0..a002e7fb 100644
--- a/templates/registration/password_change_form.html
+++ b/templates/registration/password_change_form.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% load widget_tweaks %}
-{% load url from future %}
+{% load url %}
{% block title %}Change Password{% endblock %}
diff --git a/templates/registration/password_reset_complete.html b/templates/registration/password_reset_complete.html
index 9a2230b5..b08af4f4 100644
--- a/templates/registration/password_reset_complete.html
+++ b/templates/registration/password_reset_complete.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% load i18n %}
-{% load url from future %}
+{% load url %}
{% block breadcrumbs %}
diff --git a/templates/registration/password_reset_confirm.html b/templates/registration/password_reset_confirm.html
index dbf69a4e..65e4dacd 100644
--- a/templates/registration/password_reset_confirm.html
+++ b/templates/registration/password_reset_confirm.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load i18n %}
{% load widget_tweaks %}
-{% load url from future %}
+{% load url %}
{% block breadcrumbs %}
diff --git a/templates/registration/password_reset_done.html b/templates/registration/password_reset_done.html
index 67b85061..2a3e0bea 100644
--- a/templates/registration/password_reset_done.html
+++ b/templates/registration/password_reset_done.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% load i18n %}
-{% load url from future %}
+{% load url %}
{% block breadcrumbs %}
diff --git a/templates/registration/password_reset_email.html b/templates/registration/password_reset_email.html
index 4743e04c..763ced44 100644
--- a/templates/registration/password_reset_email.html
+++ b/templates/registration/password_reset_email.html
@@ -1,4 +1,4 @@
-{% load i18n %}{% load url from future %}{% autoescape off %}
+{% load i18n %}{% load url %}{% autoescape off %}
{% blocktrans %}You're receiving this e-mail because you requested a password reset for your user account at {{ site_name }}.{% endblocktrans %}
{% trans "Please go to the following page and choose a new password:" %}