[ckan-changes] commit/ckan-ckan.net: dread: [template]: Fix for newer versions of ckan util functions and isopen.
Bitbucket
commits-noreply at bitbucket.org
Fri Jul 29 11:25:43 UTC 2011
1 new changeset in ckan-ckan.net:
http://bitbucket.org/okfn/ckan-ckan.net/changeset/4c0b4d4176f8/
changeset: 4c0b4d4176f8
user: dread
date: 2011-07-29 13:25:32
summary: [template]: Fix for newer versions of ckan util functions and isopen.
affected #: 1 file (10 bytes)
--- a/templates/home/index.html Tue Apr 19 09:42:15 2011 +0000
+++ b/templates/home/index.html Fri Jul 29 11:25:32 2011 +0000
@@ -47,7 +47,7 @@
<div class="subsection" style="margin-top: 2em;"><h3>Recently changed</h3>
- ${package_list(c.latest_packages)}
+ ${package_list_from_dict(c.latest_packages)}
<p><a href="${h.url_for(controller='revision', action='index',
id=None)}">View revision log »</a></p>
Repository URL: https://bitbucket.org/okfn/ckan-ckan.net/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the ckan-changes
mailing list