summaryrefslogtreecommitdiff
path: root/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/data_review_table.html
diff options
context:
space:
mode:
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 %}