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/userlist.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates/public/userlist.html') diff --git a/templates/public/userlist.html b/templates/public/userlist.html index 658e64e6..c51215c3 100644 --- a/templates/public/userlist.html +++ b/templates/public/userlist.html @@ -1,7 +1,10 @@ {% extends "base.html" %} +{% load cache %} + {% block title %}Arch Linux - {{ user_type }}{% endblock %} {% block content %} +{% cache 600 dev-tu-profiles user_type %}

Arch Linux {{user_type}}

@@ -13,4 +16,5 @@

Arch Linux {{user_type}}

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