diff --git a/applications/examples/private/content/en/default/what/whyweb2py.markmin b/applications/examples/private/content/en/default/what/whyweb2py.markmin
index 7f68bc0c..e23930dc 100644
--- a/applications/examples/private/content/en/default/what/whyweb2py.markmin
+++ b/applications/examples/private/content/en/default/what/whyweb2py.markmin
@@ -66,7 +66,7 @@ def index():
``
{{extend 'layout.html'}}
Image upload form
-{{form}}
+{{=form}}
``:code_python
Uploaded images are safely renamed to avoid directory traversal vulnerabilities, stored on the filesystem (or database) and a corresponding entry is inserted in the database, linking the file. A built-in mechanism prevents involuntary double form submission. All DB IO is transaction safe by default. Any exception in the code causes the transaction to rollback.