diff options
author | Dan McGee <dan@archlinux.org> | 2013-11-26 04:10:25 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-11-26 04:10:25 +0100 |
commit | 108cfaa8df3b94031a3436fbb71c76fdc0650ba1 (patch) | |
tree | 61c30085b49e63c6605dfebac3bef5e123cbaa70 /templates/mirrors | |
parent | 06317908f73420224fce0c400048c3b7dcfc8abb (diff) | |
parent | 071bd6bd71f681c45048fc0a0961e58d43d44d48 (diff) | |
download | archweb-108cfaa8df3b94031a3436fbb71c76fdc0650ba1.tar.gz archweb-108cfaa8df3b94031a3436fbb71c76fdc0650ba1.tar.xz |
Merge branch 'django-1.6'
Diffstat (limited to 'templates/mirrors')
-rw-r--r-- | templates/mirrors/error_table.html | 1 | ||||
-rw-r--r-- | templates/mirrors/mirror_details.html | 1 | ||||
-rw-r--r-- | templates/mirrors/mirrors.html | 1 | ||||
-rw-r--r-- | templates/mirrors/status_table.html | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/templates/mirrors/error_table.html b/templates/mirrors/error_table.html index 6054814..cd7265a 100644 --- a/templates/mirrors/error_table.html +++ b/templates/mirrors/error_table.html @@ -1,3 +1,4 @@ +{% load cycle from future %} {% load flags mirror_status %} <table id="errorlog_mirrors" class="results"> <thead> diff --git a/templates/mirrors/mirror_details.html b/templates/mirrors/mirror_details.html index 1c7f563..f2ffce2 100644 --- a/templates/mirrors/mirror_details.html +++ b/templates/mirrors/mirror_details.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load cycle from future %} {% load static from staticfiles %} {% load mirror_status %} {% load flags %} diff --git a/templates/mirrors/mirrors.html b/templates/mirrors/mirrors.html index 458b693..4276b30 100644 --- a/templates/mirrors/mirrors.html +++ b/templates/mirrors/mirrors.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load cycle from future %} {% load static from staticfiles %} {% block title %}Arch Linux - Mirror Overview{% endblock %} diff --git a/templates/mirrors/status_table.html b/templates/mirrors/status_table.html index 2817542..6fc07a3 100644 --- a/templates/mirrors/status_table.html +++ b/templates/mirrors/status_table.html @@ -1,3 +1,4 @@ +{% load cycle from future %} {% load flags mirror_status %} <table id="{{ table_id }}" class="results"> <thead> |