cd34,

I'm new to TG and additionally TG2, for me to get this up and running
I needed to make an additional change.  I was getting an error that
"page" on line 13 of header.html was undefined when it was pulled into
new_form.html.  There are probably multiple ways around this and
probably one cleaner then the one that I selected.

root.py
        return dict(modelname='Movie')
        to
        return dict(modelname='Movie',page='Movie')

for ref line 13 of header.html
        Now Viewing: <span py:replace="page"/>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to