Use a ajax fetch for initial call, hardcoded for now

This commit is contained in:
Franklin Kingma 2012-06-29 15:39:35 +02:00 committed by David Glick
parent 620067afaa
commit e0170627e0
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ class ContentTreeBase(Explicit):
return self.bound_source.getTermByBrain(brain)
def render_tree(self):
import pdb; pdb.set_trace( )
content = self.context
if not IAcquirer.providedBy(content):
content = getSite()