Drop "load url from future"

This is no longer needed with current Django versions.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2018-02-27 09:46:08 +13:00
parent 10a639a6b7
commit bb20ca4fb0
3 changed files with 0 additions and 6 deletions

View File

@ -2,8 +2,6 @@
{% load i18n %}
{% load staticfiles %}
{% load url from future %}
{% comment %}
rrs-web - top level page template

View File

@ -2,8 +2,6 @@
{% load i18n %}
{% load staticfiles %}
{% load url from future %}
{% comment %}
rrs-web - maintainers page template

View File

@ -2,8 +2,6 @@
{% load i18n %}
{% load staticfiles %}
{% load url from future %}
{% comment %}
rrs-web - top level page template