From 573f08be047907c19a53423c07108cf247c56dac Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 1 Jan 2018 22:27:32 +0100 Subject: Stop loading cycle from future everywhere MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's available already since we're no longer in the past, and can't load from future *in* the future. Signed-off-by: Johannes Löthberg --- templates/devel/clock.html | 1 - templates/devel/index.html | 1 - templates/devel/packages.html | 1 - templates/devel/stats.html | 1 - templates/mirrors/mirror_details.html | 1 - templates/mirrors/mirrors.html | 1 - templates/news/list.html | 1 - templates/packages/differences.html | 1 - templates/packages/groups.html | 1 - templates/packages/packages_list.html | 1 - templates/packages/search.html | 1 - templates/packages/signoffs.html | 1 - templates/packages/stale_relations.html | 1 - templates/releng/release_list.html | 1 - templates/todolists/list.html | 1 - templates/todolists/view.html | 1 - 16 files changed, 16 deletions(-) diff --git a/templates/devel/clock.html b/templates/devel/clock.html index 9d672f12..2c5bfacf 100644 --- a/templates/devel/clock.html +++ b/templates/devel/clock.html @@ -1,5 +1,4 @@ {% extends "base.html" %} -{% load cycle from future %} {% load static from staticfiles %} {% load flags %} {% load tz %} diff --git a/templates/devel/index.html b/templates/devel/index.html index e9330734..dfe1d1fa 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -1,5 +1,4 @@ {% extends "base.html" %} -{% load cycle from future %} {% load static from staticfiles %} {% load cache %} {% load package_extras %} diff --git a/templates/devel/packages.html b/templates/devel/packages.html index c190ab08..faf6ebb2 100644 --- a/templates/devel/packages.html +++ b/templates/devel/packages.html @@ -1,5 +1,4 @@ {% extends "base.html" %} -{% load cycle from future %} {% load static from staticfiles %} {% load attributes %} {% load package_extras %} diff --git a/templates/devel/stats.html b/templates/devel/stats.html index 9b3b1d28..2dbe4755 100644 --- a/templates/devel/stats.html +++ b/templates/devel/stats.html @@ -1,4 +1,3 @@ -{% load cycle from future %} {% load cache %} {% cache 60 dev-dash-by-arch %} diff --git a/templates/mirrors/mirror_details.html b/templates/mirrors/mirror_details.html index ec7bd424..0c0d5559 100644 --- a/templates/mirrors/mirror_details.html +++ b/templates/mirrors/mirror_details.html @@ -1,5 +1,4 @@ {% extends "base.html" %} -{% load cycle from future %} {% load static from staticfiles %} {% load mirror_status %} {% load admin_urls %} diff --git a/templates/mirrors/mirrors.html b/templates/mirrors/mirrors.html index f55bd875..7da11268 100644 --- a/templates/mirrors/mirrors.html +++ b/templates/mirrors/mirrors.html @@ -1,5 +1,4 @@ {% extends "base.html" %} -{% load cycle from future %} {% load static from staticfiles %} {% load flags %} diff --git a/templates/news/list.html b/templates/news/list.html index 71cd3d02..366c9f37 100644 --- a/templates/news/list.html +++ b/templates/news/list.html @@ -1,5 +1,4 @@ {% extends "base.html" %} -{% load cycle from future %} {% block title %}Arch Linux - News{% endblock %} diff --git a/templates/packages/differences.html b/templates/packages/differences.html index be9059be..ac046897 100644 --- a/templates/packages/differences.html +++ b/templates/packages/differences.html @@ -1,5 +1,4 @@ {% extends "base.html" %} -{% load cycle from future %} {% load static from staticfiles %} {% load package_extras %} diff --git a/templates/packages/groups.html b/templates/packages/groups.html index ee4f0312..c135791f 100644 --- a/templates/packages/groups.html +++ b/templates/packages/groups.html @@ -1,5 +1,4 @@ {% extends "base.html" %} -{% load cycle from future %} {% load static from staticfiles %} {% block title %}Arch Linux - Package Groups{% if arch %} - {{ arch }}{% endif %}{% endblock %} diff --git a/templates/packages/packages_list.html b/templates/packages/packages_list.html index 0a1627f8..3dcc03dc 100644 --- a/templates/packages/packages_list.html +++ b/templates/packages/packages_list.html @@ -1,5 +1,4 @@ {% extends "base.html" %} -{% load cycle from future %} {% load static from staticfiles %} {% load package_extras %} diff --git a/templates/packages/search.html b/templates/packages/search.html index 02eca7ee..fe25da4c 100644 --- a/templates/packages/search.html +++ b/templates/packages/search.html @@ -1,5 +1,4 @@ {% extends "base.html" %} -{% load cycle from future %} {% load package_extras %} {% block title %}Arch Linux - Package Search{% endblock %} diff --git a/templates/packages/signoffs.html b/templates/packages/signoffs.html index 1c133f15..9f6437c2 100644 --- a/templates/packages/signoffs.html +++ b/templates/packages/signoffs.html @@ -1,5 +1,4 @@ {% extends "base.html" %} -{% load cycle from future %} {% load static from staticfiles %} {% load package_extras %} diff --git a/templates/packages/stale_relations.html b/templates/packages/stale_relations.html index 2dafc2be..218ddb3e 100644 --- a/templates/packages/stale_relations.html +++ b/templates/packages/stale_relations.html @@ -1,5 +1,4 @@ {% extends "base.html" %} -{% load cycle from future %} {% load static from staticfiles %} {% block title %}Arch Linux - Stale Package Relations{% endblock %} diff --git a/templates/releng/release_list.html b/templates/releng/release_list.html index fa15bcb9..bca30042 100644 --- a/templates/releng/release_list.html +++ b/templates/releng/release_list.html @@ -1,5 +1,4 @@ {% extends "base.html" %} -{% load cycle from future %} {% load static from staticfiles %} {% block title %}Arch Linux - Releases{% endblock %} diff --git a/templates/todolists/list.html b/templates/todolists/list.html index 983a49f0..04676812 100644 --- a/templates/todolists/list.html +++ b/templates/todolists/list.html @@ -1,5 +1,4 @@ {% extends "base.html" %} -{% load cycle from future %} {% load static from staticfiles %} {% block title %}Arch Linux - Todo Lists{% endblock %} diff --git a/templates/todolists/view.html b/templates/todolists/view.html index ec203b39..8360533b 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -1,5 +1,4 @@ {% extends "base.html" %} -{% load cycle from future %} {% load static from staticfiles %} {% load package_extras %} {% load todolists %} -- cgit v1.2.3-55-g3dc8