Hi Anthony,

Thanks for your reply, and explanation. 

Your explanation made me reconsider my design choice.  I now simply have 
cmsvcard/index.html extend cms/generic.html and cms/generic.html extend 
scaffold.html and in scaffold.html and cms/generic.html I have an 
{{include}}. In the controllers cmsnode.py, cmsvcard.py, cmscalendar.py I 
set the view to cms/generic.html and in the functions that have a custom 
view I set response.view='controllername/functionname.html'

You were also right about the missing pass!

I wouldn't expect an error in the relatedNames view portion of the code. Is 
> it possible that your relatedNames.html view has an extra {{pass}}statement 
> somewhere before the 
> {{=row.Organization.name}} line? That would prematurely end the {{if 
> request.function=='relatedNames':}} block.



Kind regards,

Annet. 

Reply via email to