On 18 Nov 2005, at 09:12, David Ascher wrote:

Specifically, I'd love feedback on the views ( http:// da.textdriven.com:8027/sydney/file/trunk/wiki/apps/pages/views.py) and the template ( http://da.textdriven.com:8027/sydney/file/trunk/ wiki/templates/pages/page.html

You should do this in the template: Replace

<textarea id="data" name="data" rows="10" cols="60">{{page.data}}</ textarea>

With

<textarea id="data" name="data" rows="10" cols="60">{{page.data| escape}}</textarea>

Great feedback on the problems you can in to - we should fix those!

Reply via email to