From bb20ca4fb08e87c63fede36abae57a613da98552 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 27 Feb 2018 09:46:08 +1300 Subject: [PATCH] Drop "load url from future" This is no longer needed with current Django versions. Signed-off-by: Paul Eggleton --- templates/rrs/base_toplevel.html | 2 -- templates/rrs/maintainers.html | 2 -- templates/rrs/recipes.html | 2 -- 3 files changed, 6 deletions(-) diff --git a/templates/rrs/base_toplevel.html b/templates/rrs/base_toplevel.html index 9e00cef..e5de375 100644 --- a/templates/rrs/base_toplevel.html +++ b/templates/rrs/base_toplevel.html @@ -2,8 +2,6 @@ {% load i18n %} {% load staticfiles %} -{% load url from future %} - {% comment %} rrs-web - top level page template diff --git a/templates/rrs/maintainers.html b/templates/rrs/maintainers.html index c64f734..662c7d6 100644 --- a/templates/rrs/maintainers.html +++ b/templates/rrs/maintainers.html @@ -2,8 +2,6 @@ {% load i18n %} {% load staticfiles %} -{% load url from future %} - {% comment %} rrs-web - maintainers page template diff --git a/templates/rrs/recipes.html b/templates/rrs/recipes.html index 96a3bbc..1e9c8d6 100644 --- a/templates/rrs/recipes.html +++ b/templates/rrs/recipes.html @@ -2,8 +2,6 @@ {% load i18n %} {% load staticfiles %} -{% load url from future %} - {% comment %} rrs-web - top level page template