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>
This commit is contained in:
Johannes Löthberg 2018-01-01 22:27:32 +01:00 committed by Jelle van der Waa
parent 8468b67ba5
commit 573f08be04
16 changed files with 0 additions and 16 deletions

View File

@ -1,5 +1,4 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load static from staticfiles %}
{% load flags %}
{% load tz %}

View File

@ -1,5 +1,4 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load static from staticfiles %}
{% load cache %}
{% load package_extras %}

View File

@ -1,5 +1,4 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load static from staticfiles %}
{% load attributes %}
{% load package_extras %}

View File

@ -1,4 +1,3 @@
{% load cycle from future %}
{% load cache %}
{% cache 60 dev-dash-by-arch %}

View File

@ -1,5 +1,4 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load static from staticfiles %}
{% load mirror_status %}
{% load admin_urls %}

View File

@ -1,5 +1,4 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load static from staticfiles %}
{% load flags %}

View File

@ -1,5 +1,4 @@
{% extends "base.html" %}
{% load cycle from future %}
{% block title %}Arch Linux - News{% endblock %}

View File

@ -1,5 +1,4 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load static from staticfiles %}
{% load package_extras %}

View File

@ -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 %}

View File

@ -1,5 +1,4 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load static from staticfiles %}
{% load package_extras %}

View File

@ -1,5 +1,4 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load package_extras %}
{% block title %}Arch Linux - Package Search{% endblock %}

View File

@ -1,5 +1,4 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load static from staticfiles %}
{% load package_extras %}

View File

@ -1,5 +1,4 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load static from staticfiles %}
{% block title %}Arch Linux - Stale Package Relations{% endblock %}

View File

@ -1,5 +1,4 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load static from staticfiles %}
{% block title %}Arch Linux - Releases{% endblock %}

View File

@ -1,5 +1,4 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load static from staticfiles %}
{% block title %}Arch Linux - Todo Lists{% endblock %}

View File

@ -1,5 +1,4 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load static from staticfiles %}
{% load package_extras %}
{% load todolists %}