Roundup Tracker - Issues

Message4899

Author shammash
Recipients ber, pcaulagi, shammash
Date 2013-05-19.19:18:08
Message-id <1368991088.95.0.431241302077.issue2550811@psf.upfronthosting.co.za>
In-reply-to
Stacktrace when using "http://localhost:8917/demo/issue?@template=item&note=à" after changing the template as described.


 Traceback (most recent call last):
  File "/Users/shammash/src/ai/bugs/roundup/cgi/client.py", line 1125, in renderContext
    result = pt.render(self, None, None, **args)
  File "/Users/shammash/src/ai/bugs/roundup/cgi/engine_jinja2.py", line 78, in render
    return self._tpl.render(c).encode(client.charset, )
  File "/usr/local/lib/python2.7/site-packages/jinja2/environment.py", line 894, in render
    return self.environment.handle_exception(exc_info, True)
  File "/Users/shammash/src/ai/bugs/demo/html/issue.item.html", line 1, in top-level template code
    {% extends 'layout/page.html' %}
  File "/Users/shammash/src/ai/bugs/demo/html/layout/page.html", line 19, in top-level template code
    {% block page_content %}
  File "/Users/shammash/src/ai/bugs/demo/html/layout/page.html", line 44, in block "page_content"
    {% block content %}
  File "/Users/shammash/src/ai/bugs/demo/html/issue.item.html", line 27, in block "content"
    {% include 'issue.item.edit.html' %}
  File "/Users/shammash/src/ai/bugs/demo/html/issue.item.edit.html", line 74, in top-level template code
    <textarea name="@note" rows="5" class='input-xxlarge' id='change_note'>{% if request.form.note %}{{ request.form.note.value }}{% endif %}</textarea>
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 0: ordinal not in range(128)
History
Date User Action Args
2013-05-19 19:18:08shammashsetmessageid: <1368991088.95.0.431241302077.issue2550811@psf.upfronthosting.co.za>
2013-05-19 19:18:08shammashsetrecipients: + shammash, ber, pcaulagi
2013-05-19 19:18:08shammashlinkissue2550811 messages
2013-05-19 19:18:08shammashcreate