def __before__(self): c.hidden_inputs = ['marker_data'] rt= SignupController.__before__(self) c.existings = ['existing_marker'] c.existings_labels={'existing_area':_(u'תיחום'),'existing_marker':_(u'בית עסק')} c.title=_(u'הרשמה לבתי עסק') c.submit_button=_(u'הירשם') return rt
def __before__(self): c.hidden_inputs = ['poly_data'] c.existings = ['existing_area'] c.title=_(u'הרשמה לשליחים') #raise Exception(_(u'קיים')) return SignupController.__before__(self)