예제 #1
0
파일: forms.py 프로젝트: none-da/Favmeal
 def clean_office_landmark(self):
     from utils.formutils import _clean_address_attribute
     return _clean_address_attribute(self, 'office_landmark', 'Invalid Address Information')
예제 #2
0
파일: forms.py 프로젝트: none-da/Favmeal
 def clean_mess_area(self):
     from utils.formutils import _clean_address_attribute
     return _clean_address_attribute(self, 'mess_area', 'Invalid Address Information')
예제 #3
0
파일: forms.py 프로젝트: none-da/Favmeal
 def clean_home_place(self):
     from utils.formutils import _clean_address_attribute
     return _clean_address_attribute(self,'home_place', 'Invalid Address Information')