Use ajax fetch for initial content

Use bound source for initial path
This commit is contained in:
Franklin Kingma 2012-06-29 16:17:59 +02:00 committed by David Glick
parent e0170627e0
commit db1e431bb5
1 changed files with 0 additions and 1 deletions

View File

@ -137,7 +137,6 @@ 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()