From 85dd82e03c6117c42cc3cc1e1fc4bcda9a622fe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Bo=C3=9F?= Date: Mon, 23 Apr 2018 20:48:04 +0200 Subject: [PATCH] fix my own correction mistake (forms -> formats) --- applications/examples/views/default/examples.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/examples/views/default/examples.html b/applications/examples/views/default/examples.html index ad1c566b..8412087f 100644 --- a/applications/examples/views/default/examples.html +++ b/applications/examples/views/default/examples.html @@ -53,7 +53,7 @@ def hello3():

If you return a dictionary, the variables defined in the dictionary are visible to the view (template).
Try it here: hello3

-

Actions can also be be rendered in other forms like JSON, hello3.json, and XML, hello3.xml

+

Actions can also be be rendered in other formats like JSON, hello3.json, and XML, hello3.xml

Example {{=c}}{{c+=1}}

In controller: simple_examples.py {{=CODE("""