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/donate.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates/public/donate.html') diff --git a/templates/public/donate.html b/templates/public/donate.html index 664f6c5d..3e4e50c9 100644 --- a/templates/public/donate.html +++ b/templates/public/donate.html @@ -1,7 +1,10 @@ {% extends "base.html" %} +{% load cache %} + {% block title %}Arch Linux - Donate{% endblock %} {% block content %} +{% cache 600 donations %}

Donate to Arch Linux

@@ -83,4 +86,5 @@

Past donors

A huge thanks to you all for your contributions!

+{% endcache %} {% endblock %} -- cgit v1.2.3-54-g00ecf