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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Feb 23 15:48:27 CET 2010


Author: torsten
Date: 2010-02-23 15:48:27 +0100 (Tue, 23 Feb 2010)
New Revision: 1698

Modified:
   wasko/branches/2.0/jmdweb/lib/validators.py
Log:
* jmdweb/lib/validators.py (NewCaseForm): Removed some check on
	fields.



Modified: wasko/branches/2.0/jmdweb/lib/validators.py
===================================================================
--- wasko/branches/2.0/jmdweb/lib/validators.py	2010-02-23 14:46:53 UTC (rev 1697)
+++ wasko/branches/2.0/jmdweb/lib/validators.py	2010-02-23 14:48:27 UTC (rev 1698)
@@ -95,11 +95,7 @@
 
     name = String()
     vorname = String()
-    addresse_strasse = String()
-    addresse_strassenr = String()
-    addresse_ort = String()
     statement_signed = Bool(if_missing=False)
-    aufnahme_typ = Int(if_missing=0)
 
 
 class SearchCaseForm(BaseFormValidator):



More information about the Mpuls-commits mailing list