From 02601bed9d06a18afb004542c3bab0d1a7d9fd9b Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 28 May 2015 20:17:58 +0100 Subject: [PATCH] Removed url import all-together --- templates/base.html | 2 +- templates/registration/activation_email.txt | 2 +- templates/registration/loginform.html | 2 +- templates/registration/password_change_done.html | 2 +- templates/registration/password_change_form.html | 2 +- templates/registration/password_reset_complete.html | 2 +- templates/registration/password_reset_confirm.html | 2 +- templates/registration/password_reset_done.html | 2 +- templates/registration/password_reset_email.html | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/base.html b/templates/base.html index 297f1304..a0252064 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,5 +1,5 @@ {% load static from staticfiles %} -{% load url %} + diff --git a/templates/registration/password_change_done.html b/templates/registration/password_change_done.html index b7daccdc..8db9ea9a 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 %} + {% block breadcrumbs %}