diff --git a/templates/base.html b/templates/base.html index 844d6fe6..297f1304 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,5 +1,5 @@ {% load static from staticfiles %} -{% load url from future %} +{% load url %} diff --git a/templates/registration/password_change_done.html b/templates/registration/password_change_done.html index de778b2e..b7daccdc 100644 --- a/templates/registration/password_change_done.html +++ b/templates/registration/password_change_done.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% load i18n %} -{% load url from future %} +{% load url %} {% block breadcrumbs %}