summaryrefslogtreecommitdiff
path: root/controller.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2012-01-11 01:53:52 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2012-01-11 01:53:52 +0100
commitec4cd0e381579664cb63851fc22f988e59fe4651 (patch)
treefe24acc51672ecc692ee40e49ee581d4812c27c2 /controller.py
parentecf1527951881fefa55738eb6a6fc668680ef681 (diff)
downloadkosten-ec4cd0e381579664cb63851fc22f988e59fe4651.tar.gz
kosten-ec4cd0e381579664cb63851fc22f988e59fe4651.tar.bz2
kosten-ec4cd0e381579664cb63851fc22f988e59fe4651.zip
Add EUR everywhere :)
Diffstat (limited to 'controller.py')
-rw-r--r--controller.py6
1 files changed, 4 insertions, 2 deletions
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 = "&nbsp;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 = "&nbsp;EUR"
),
form.Textbox(
"description",