From ec4cd0e381579664cb63851fc22f988e59fe4651 Mon Sep 17 00:00:00 2001 From: RenĂ© 'Necoro' Neumann Date: Wed, 11 Jan 2012 01:53:52 +0100 Subject: Add EUR everywhere :) --- controller.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'controller.py') diff --git a/controller.py b/controller.py index b7946b1..5ed1c43 100644 --- a/controller.py +++ b/controller.py @@ -102,7 +102,8 @@ class Add: "expense", form.notnull, Validator("Keine Dezimalzahl", decimal.Decimal), - description = "Betrag" + description = "Betrag", + post = " EUR" ), form.Textbox( "description", @@ -255,7 +256,8 @@ class ConstAdd: "expense", form.notnull, Validator("Not a valid decimal", decimal.Decimal), - description = "Betrag" + description = "Betrag", + post = " EUR" ), form.Textbox( "description", -- cgit v1.2.3-54-g00ecf