diff --git a/templates/registration/password_change_form.html b/templates/registration/password_change_form.html
index a002e7fb..fbe95177 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 %}
+
{% block title %}Change Password{% endblock %}
diff --git a/templates/registration/password_reset_complete.html b/templates/registration/password_reset_complete.html
index b08af4f4..7543d38f 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 %}
+
{% block breadcrumbs %}
diff --git a/templates/registration/password_reset_confirm.html b/templates/registration/password_reset_confirm.html
index 65e4dacd..71451fcf 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 %}
+
{% block breadcrumbs %}
diff --git a/templates/registration/password_reset_done.html b/templates/registration/password_reset_done.html
index 2a3e0bea..cb0dbf02 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 %}
+
{% block breadcrumbs %}
diff --git a/templates/registration/password_reset_email.html b/templates/registration/password_reset_email.html
index 763ced44..ec06481d 100644
--- a/templates/registration/password_reset_email.html
+++ b/templates/registration/password_reset_email.html
@@ -1,4 +1,4 @@
-{% load i18n %}{% load url %}{% autoescape off %}
+{% load i18n %}{% 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:" %}