Groups
Groups
Sign in
Groups
Groups
TurboGears
Conversations
About
Send feedback
Help
bug inside decorators.override_template
5 views
Skip to first unread message
sokol
unread,
Dec 2, 2010, 6:05:01 PM
12/2/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TurboGears
A piece of code inside override_template(controller, template):
for content_type, content_engine in engines.iteritems():
template = template.split(':')
...
Should be at least:
template_str = template
for content_type, content_engine in engines.iteritems():
template = template_str.split(':')
...
Christoph Zwerschke
unread,
Dec 3, 2010, 7:37:13 AM
12/3/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to turbo...@googlegroups.com
Am 03.12.2010 00:05 schrieb sokol:
> A piece of code inside override_template(controller, template):
Thanks, I have reopened
http://trac.turbogears.org/ticket/2457
for this.
-- Christoph
Reply all
Reply to author
Forward
0 new messages