Exemplo n.º 1
0
 def clean_office_landmark(self):
     from utils.formutils import _clean_address_attribute
     return _clean_address_attribute(self, 'office_landmark', 'Invalid Address Information')
Exemplo n.º 2
0
 def clean_mess_area(self):
     from utils.formutils import _clean_address_attribute
     return _clean_address_attribute(self, 'mess_area', 'Invalid Address Information')
Exemplo n.º 3
0
 def clean_home_place(self):
     from utils.formutils import _clean_address_attribute
     return _clean_address_attribute(self,'home_place', 'Invalid Address Information')