From 73f92dd8ce37769310245e49982197772548e536 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 18 Jul 2016 11:46:22 +0000 Subject: Remove "import url from future" from Django templates. Fixes #823. svn path=/branches/tk705/; revision=6446 --- rpki/gui/app/templates/base.html | 1 - rpki/gui/app/templates/registration/login.html | 1 - rpki/gui/app/templates/registration/password_reset_complete.html | 1 - 3 files changed, 3 deletions(-) (limited to 'rpki') diff --git a/rpki/gui/app/templates/base.html b/rpki/gui/app/templates/base.html index 08d0c112..338f5b64 100644 --- a/rpki/gui/app/templates/base.html +++ b/rpki/gui/app/templates/base.html @@ -1,4 +1,3 @@ -{% load url from future %} {% load app_extras %} diff --git a/rpki/gui/app/templates/registration/login.html b/rpki/gui/app/templates/registration/login.html index 18b66b55..5d0482a3 100644 --- a/rpki/gui/app/templates/registration/login.html +++ b/rpki/gui/app/templates/registration/login.html @@ -1,5 +1,4 @@ {% extends "base.html" %} -{% load url from future %} {% block content %}