From 3482408a2751f86a9c375f7df8d70b0ac7cf2958 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 31 Aug 2016 17:11:24 +0200 Subject: Reporting: Add bcfg2_compat templatetag library The url tag from the future tag lib, that was required with older django versions, was removed from django1.9. So we add a compat tag library to use the correct available variant. --- src/lib/Bcfg2/Reporting/templates/base.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib/Bcfg2/Reporting/templates/base.html') diff --git a/src/lib/Bcfg2/Reporting/templates/base.html b/src/lib/Bcfg2/Reporting/templates/base.html index f6ecfd263..2e9ec888a 100644 --- a/src/lib/Bcfg2/Reporting/templates/base.html +++ b/src/lib/Bcfg2/Reporting/templates/base.html @@ -1,9 +1,5 @@ {% load bcfg2_tags %} -{% comment %} -This is needed for Django versions less than 1.5 -{% endcomment %} -{% load url from future %} - +{% load url from bcfg2_compat %} -- cgit v1.2.3-1-g7c22