Message4896
Rendering of the form values in the request also has problems. I've modified the jinja2 template to pre-fill the change note using from values like this:
- <textarea name="@note" rows="5" class='input-xxlarge' id='change_note'></textarea>
+ <textarea name="@note" rows="5" class='input-xxlarge' id='change_note'>{% if request.form.note %}{{ request.form.note.value }}{% endif %}</textarea>
And when I pass a note containing unicode characters I get the usual UnicodeDecodeError . |
|
Date |
User |
Action |
Args |
2013-05-19 11:23:38 | shammash | set | messageid: <1368962618.0.0.479038074046.issue2550811@psf.upfronthosting.co.za> |
2013-05-19 11:23:38 | shammash | set | recipients:
+ shammash, ber, pcaulagi |
2013-05-19 11:23:37 | shammash | link | issue2550811 messages |
2013-05-19 11:23:37 | shammash | create | |
|