summaryrefslogtreecommitdiff
path: root/controller.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--controller.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/controller.py b/controller.py
index 9f46e0a..95dba66 100644
--- a/controller.py
+++ b/controller.py
@@ -15,12 +15,9 @@ from sqlalchemy import sql
class Form (form.Form):
"""Make sure we return utf-8 stuff."""
- def render (self, *args):
+ def render_utf8 (self, *args):
return form.Form.render(self, *args).decode("utf-8")
- def rendernote (self, *args):
- return form.Form.rendernote(self, *args).decode("utf-8")
-
class Show:
def GET(self, year = '', month = ''):
if year: