From 52b163a3c313b7b3ed193e72078529e2e80a270d Mon Sep 17 00:00:00 2001 From: lawrancejing Date: Thu, 17 Dec 2015 10:02:17 +0000 Subject: [PATCH] Use the default `url` tag instead `url` change: https://docs.djangoproject.com/en/1.8/internals/deprecation/#deprecation-removed-in-1-5 See notes for the url tag change Partially-Implements: blueprint drop-dj17 Change-Id: Ifa20dbe3b617fa05214c61c4e392a422b2270807 --- horizon/templates/auth/_login_form.html | 1 - 1 file changed, 1 deletion(-) diff --git a/horizon/templates/auth/_login_form.html b/horizon/templates/auth/_login_form.html index 0cd1acf195..2ed382b380 100644 --- a/horizon/templates/auth/_login_form.html +++ b/horizon/templates/auth/_login_form.html @@ -1,5 +1,4 @@ {% load i18n %} -{% load url from future %} {% block pre_login %}