Message4899
Stacktrace when using "http://localhost:8917/demo/issue?@template=item¬e=à" 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) |
|
Date |
User |
Action |
Args |
2013-05-19 19:18:08 | shammash | set | messageid: <1368991088.95.0.431241302077.issue2550811@psf.upfronthosting.co.za> |
2013-05-19 19:18:08 | shammash | set | recipients:
+ shammash, ber, pcaulagi |
2013-05-19 19:18:08 | shammash | link | issue2550811 messages |
2013-05-19 19:18:08 | shammash | create | |
|