From e1be5f1619d0f66897f56c7fa0bdb62f3cd5c2df Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 10 Jul 2010 16:24:11 -0500 Subject: Add some more template fragment caching Signed-off-by: Dan McGee --- templates/public/download.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index 2f1bc8b..09209c9 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -1,4 +1,6 @@ {% extends "base.html" %} +{% load cache %} + {% block title %}Arch Linux - Downloads{% endblock %} {% block navbarclass %}anb-download{% endblock %} @@ -133,6 +135,7 @@ {% endwith %} + {% cache 600 download-mirrors %} @@ -157,6 +160,7 @@
+ {% endcache %}

If you want to become an Official Arch Linux Mirror please follow the instructions listed here.

-- cgit v1.2.3-24-g4f1b