Christoph Zwerschke wrote:
>...
> or import it as a Python module this way:
> py:layout="kid.import_template('tglib.identity.templates.login')"

Note that this activates Kid's import hooks. If you want to avoid that 
on your production server for performance reasons, then you can compile 
the templates in "tglib.identity.templates" manually (e.g. using the 
"kidc" command) and use them in the following way:

<?python from tglib.identity.templates import login ?>
... py:layout="login" ...

-- Christoph

--~--~---------~--~----~------------~-------~--~----~
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