[ckan-changes] [ckan/ckan] 5101c1: [#1996] Fix featured group link.
GitHub
noreply at github.com
Tue Oct 28 15:22:55 UTC 2014
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 5101c1c006825912dbb6c40ccc1c43985f64151d
https://github.com/ckan/ckan/commit/5101c1c006825912dbb6c40ccc1c43985f64151d
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2014-10-24 (Fri, 24 Oct 2014)
Changed paths:
M ckan/templates/snippets/group_item.html
Log Message:
-----------
[#1996] Fix featured group link.
URL was previously set as a jinja template variable, but was being
called inside a child block of the template, so the var was out of
scope and coming up empty. See:
http://jinja.pocoo.org/docs/dev/templates/#block-nesting-and-scope
Commit: e2ac86525f1df9ecc76acb18ef1abd6ba8822fba
https://github.com/ckan/ckan/commit/e2ac86525f1df9ecc76acb18ef1abd6ba8822fba
Author: Sean Hammond <seanh at users.noreply.github.com>
Date: 2014-10-28 (Tue, 28 Oct 2014)
Changed paths:
M ckan/templates/snippets/group_item.html
Log Message:
-----------
Merge pull request #1996 from brew/1996-featured-group-link
Featured group on homepage not linking to group
Compare: https://github.com/ckan/ckan/compare/e90936024c00...e2ac86525f1d
More information about the ckan-changes
mailing list