summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2012-01-10 22:02:40 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2012-01-10 22:02:40 +0100
commitee5ae2886ced707a82004cc18dc22219f8a55976 (patch)
tree9b35f1ebe3e2de0ff1188c7f051bb30d4e17f46b
parenta5c0cd1a0f496325035fbd3f3cbb8b81e7648301 (diff)
downloadkosten-ee5ae2886ced707a82004cc18dc22219f8a55976.tar.gz
kosten-ee5ae2886ced707a82004cc18dc22219f8a55976.tar.bz2
kosten-ee5ae2886ced707a82004cc18dc22219f8a55976.zip
Better description of what 'Ende' means
-rw-r--r--controller.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/controller.py b/controller.py
index 5056306..af88d12 100644
--- a/controller.py
+++ b/controller.py
@@ -240,7 +240,8 @@ class ConstAdd:
form.notnull,
Validator("Datumsformat stimmt nicht", lambda v: datetime.datetime.strptime(v, self.dformat)),
value = datetime.date.today().strftime(self.dformat),
- description = "Ende"
+ description = "Ende",
+ post = "&nbsp;(einschließlich)"
),
form.Textbox(
"months",