From 3d5092aed10fab10046595df2b4a35bde56150f0 Mon Sep 17 00:00:00 2001 From: Kedar Aitawdekar Date: Wed, 13 May 2015 20:12:04 +0530 Subject: Template level memcache added --- gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/data_review_table.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/data_review_table.html') diff --git a/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/data_review_table.html b/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/data_review_table.html index b4e725c..dabfef6 100644 --- a/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/data_review_table.html +++ b/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/data_review_table.html @@ -1,5 +1,10 @@ +{% load cache %} + + + + {% cache 3600 create_data_review_table_head request.LANGUAGE_CODE %} @@ -61,6 +66,8 @@ + {% endcache %} + {% for resource in files %} -- cgit v1.1
Autogenerated