[ckan-changes] commit/ckanextiati: amercader: [ui] Ensure group is present before showing group details

Bitbucket commits-noreply at bitbucket.org
Fri Nov 11 13:58:47 UTC 2011


1 new commit in ckanextiati:


https://bitbucket.org/okfn/ckanextiati/changeset/c13ecb426c29/
changeset:   c13ecb426c29
user:        amercader
date:        2011-11-11 14:58:25
summary:     [ui] Ensure group is present before showing group details
affected #:  1 file

diff -r 1d9a3c4d786c5097d8ef4ca14fb1eccabfa94b86 -r c13ecb426c2979cb92dbb3719ef486b32e065f2b ckanext/iati/templates/group/layout.html
--- a/ckanext/iati/templates/group/layout.html
+++ b/ckanext/iati/templates/group/layout.html
@@ -42,7 +42,7 @@
       
     </div>
 
-    <div py:if="c.show_publisher_info" class="box" id="publisher-info">
+    <div py:if="c.group and c.show_publisher_info" class="box" id="publisher-info"><h2>About this publisher</h2>

Repository URL: https://bitbucket.org/okfn/ckanextiati/

--

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