Comment 3 for bug 696205

Revision history for this message
Kai Dehrmann (kai-dehrmann) wrote : Re: [Bug 696205] Re: Templates won't work (won't get pasted)

Great, that also works for me !

Thank you very much ! Wonderfull program !

Kind regards

Kai Dehrmann

Am 04.01.2011 12:23, schrieb Gormfull:
> Hi,
>
> I think the bug is in the line:
>
> date = date.decode(date)
>
> in the file templates.py (line 168 in my version)
>
> instead this should be
>
> date = date.decode()
>
> (at least this works for me.)
>