From 9acc25a393b9bd0fa8284f8694c095618c78d631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 7 Feb 2011 18:41:29 +0100 Subject: Instead of overloading the normal 'render' function, add a 'render_utf8' method --- templates/pages/add.mako | 2 +- templates/pages/constadd.mako | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/pages/add.mako b/templates/pages/add.mako index 737d485..daf26f1 100644 --- a/templates/pages/add.mako +++ b/templates/pages/add.mako @@ -5,7 +5,7 @@ % endif
- ${form.render()} + ${form.render_utf8()}
diff --git a/templates/pages/constadd.mako b/templates/pages/constadd.mako index 3947e51..3eb78bc 100644 --- a/templates/pages/constadd.mako +++ b/templates/pages/constadd.mako @@ -5,7 +5,7 @@ % endif
- ${form.render()} + ${form.render_utf8()}
-- cgit v1.2.3