summaryrefslogtreecommitdiff
path: root/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/data_review_table.html
diff options
context:
space:
mode:
authorKedar Aitawdekar <kedar2a@gmail.com>2015-05-13 20:12:04 +0530
committerKedar Aitawdekar <kedar2a@gmail.com>2015-05-13 20:12:04 +0530
commit3d5092aed10fab10046595df2b4a35bde56150f0 (patch)
tree2d86186a0985bece5a835af5928397a079ccf3af /gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/data_review_table.html
parent3f24b8550c6ffb6ef10c1c27e3151d67575a33f4 (diff)
downloadgnowsys-3d5092aed10fab10046595df2b4a35bde56150f0.tar.gz
Template level memcache added
Diffstat (limited to 'gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/data_review_table.html')
-rw-r--r--gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/data_review_table.html7
1 files changed, 7 insertions, 0 deletions
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 %}
+
+
<table id="data-review-table" style="width:auto">
<!-- <table> -->
+
+ {% cache 3600 create_data_review_table_head request.LANGUAGE_CODE %}
<thead>
<tr>
<th class="text-center right-border" colspan="5">Autogenerated</th>
@@ -61,6 +66,8 @@
</tr>
</thead>
+ {% endcache %}
+
<tbody>
<!-- Looping through each resource -->
{% for resource in files %}