From 7c1fe743dcfa41b93bcd43257dad35cbdfc8aa0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 1 Jan 2018 12:04:21 +0100 Subject: [PATCH 3/4] general: remove obsolete future template tag (#20933) --- hobo/templates/hobo/home.html | 1 - hobo/templates/hobo/manager_home.html | 1 - 2 files changed, 2 deletions(-) diff --git a/hobo/templates/hobo/home.html b/hobo/templates/hobo/home.html index f8cb496..49fd2c2 100644 --- a/hobo/templates/hobo/home.html +++ b/hobo/templates/hobo/home.html @@ -1,6 +1,5 @@ {% extends "hobo/base.html" %} {% load i18n %} -{% load url from future %} {% block appbar %}

{% trans 'Welcome' %}

diff --git a/hobo/templates/hobo/manager_home.html b/hobo/templates/hobo/manager_home.html index e68493e..0a3abed 100644 --- a/hobo/templates/hobo/manager_home.html +++ b/hobo/templates/hobo/manager_home.html @@ -1,6 +1,5 @@ {% extends "hobo/base.html" %} {% load i18n %} -{% load url from future %} {% block appbar %}

{% trans 'Add instance' %}

-- 2.15.1