#244: email templates in HTML
-------------------------+--------------------------------------------------
Reporter: Alvin Wang | Owner: anonymous
Type: enhancement | Status: new
Priority: normal | Milestone: 1.0
Component: TurboGears | Version:
Severity: normal | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by [EMAIL PROTECTED]):
FYI, chances in the 962 branch to turbogrears.contollers.
_process_output()
was:
def _process_output(tg_format, output, template, fragment=False):
now:
def _process_output(output, template, format, content_type, mapping,
fragment=False):
broke this patch.
its probably broken from other changes too. haven't foud them yet.
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/244>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Tickets" 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-tickets
-~----------~----~----~----~------~----~------~--~---