[Mpuls-commits] r2597 - wasko/branches/2.0/jmdweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon May 3 14:07:09 CEST 2010


Author: torsten
Date: 2010-05-03 14:07:09 +0200 (Mon, 03 May 2010)
New Revision: 2597

Modified:
   wasko/branches/2.0/jmdweb/lib/validators.py
Log:
* jmdweb/lib/validators.py (NewCaseForm): Added new fields to newcase
	validator


Modified: wasko/branches/2.0/jmdweb/lib/validators.py
===================================================================
--- wasko/branches/2.0/jmdweb/lib/validators.py	2010-05-03 12:06:35 UTC (rev 2596)
+++ wasko/branches/2.0/jmdweb/lib/validators.py	2010-05-03 12:07:09 UTC (rev 2597)
@@ -31,6 +31,10 @@
 
     name = String()
     vorname = String()
+    adresse_strasse = String()
+    adresse_strassenr = String()
+    adresse_ort = String()
+    adresse_plz = String()
     statement_signed = Bool(if_missing=False)
 
 class PermissionForm(BaseFormValidator):



More information about the Mpuls-commits mailing list