From 1768dee13ef3d7baa3f78e678a532cc2aacf5543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Mercader?= Date: Thu, 10 Mar 2011 13:53:52 +0000 Subject: [PATCH] Fix bug in details template --- templates/ckanext/harvest/show.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/templates/ckanext/harvest/show.html b/templates/ckanext/harvest/show.html index b566f81..84cc85b 100644 --- a/templates/ckanext/harvest/show.html +++ b/templates/ckanext/harvest/show.html @@ -42,7 +42,15 @@ Last Harvest Status: ${c.source.status.last_harvest_status}
Last Harvest Errors:
- Last Harvest Added or Updated: ${c.source.status.last_harvest_statistics.added}
+ Last Harvest Added or Updated: + + + ${c.source.status.last_harvest_statistics.added}
+
+ + None
+
+
Last Harvest Request: ${c.source.status.last_harvest_request}
Next Harvest: ${c.source.status.next_harvest}