From e2da57f4482cd7baf289a623b6e1cb29c262f6a7 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sat, 1 Dec 2012 16:39:31 -0600 Subject: [PATCH] added missing form.html to examples --- VERSION | 2 +- applications/examples/views/form_examples/form.html | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 applications/examples/views/form_examples/form.html diff --git a/VERSION b/VERSION index 16ce1333..d5d9ad78 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.2.1 (2012-11-30 14:30:06) stable +Version 2.2.1 (2012-12-01 16:38:47) stable diff --git a/applications/examples/views/form_examples/form.html b/applications/examples/views/form_examples/form.html new file mode 100644 index 00000000..d1f2232a --- /dev/null +++ b/applications/examples/views/form_examples/form.html @@ -0,0 +1,9 @@ +{{extend 'layout.html'}} + +

form.vars

+
{{=vars}}
+ +

form

+ +{{=form}} +