I'm trying to add this CSS in the master.kid file:
.flash { color:red; border: 1px solid #555; padding: 8px;
background-color: #bbb; }
And when I try to display a zone.kid template that extends it I get
this:
File "/home/damjan/Projects/tg-bind/tgbind/templates/zone.py", line
21, in initialize
File "/home/damjan/Projects/tg-bind/tgbind/templates/master.py", line
21, in initialize
TypeError: 'NoneType' object is not callable
If I delete that CSS line, I don't get an error..
Is this a bug in TurboGears, kid, or in my code?
Can you get me the smallest example that exhibits the behavior? If it is a widely known issue I'd like to get it fixed.
David
--
http://www.traceback.org
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

