summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2018-01-01 22:27:32 +0100
committerJelle van der Waa <jelle@vdwaa.nl>2018-04-08 12:51:19 +0200
commit573f08be047907c19a53423c07108cf247c56dac (patch)
treeebecc26d35acd9051f90bfc1c6c438a99e594912
parent8468b67ba5329ca30feca21643d60bb4ebe71240 (diff)
downloadarchweb-573f08be047907c19a53423c07108cf247c56dac.tar.gz
archweb-573f08be047907c19a53423c07108cf247c56dac.zip
Stop loading cycle from future everywhere
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 <johannes@kyriasis.com>
-rw-r--r--templates/devel/clock.html1
-rw-r--r--templates/devel/index.html1
-rw-r--r--templates/devel/packages.html1
-rw-r--r--templates/devel/stats.html1
-rw-r--r--templates/mirrors/mirror_details.html1
-rw-r--r--templates/mirrors/mirrors.html1
-rw-r--r--templates/news/list.html1
-rw-r--r--templates/packages/differences.html1
-rw-r--r--templates/packages/groups.html1
-rw-r--r--templates/packages/packages_list.html1
-rw-r--r--templates/packages/search.html1
-rw-r--r--templates/packages/signoffs.html1
-rw-r--r--templates/packages/stale_relations.html1
-rw-r--r--templates/releng/release_list.html1
-rw-r--r--templates/todolists/list.html1
-rw-r--r--templates/todolists/view.html1
16 files changed, 0 insertions, 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 %}