src/pyams_content/component/paragraph/contact.py
branchdev-dc
changeset 1087 978a2b9123b9
parent 586 28445044f6e3
child 1157 ffb751b038cc
equal deleted inserted replaced
1086:3d259e1718ef 1087:978a2b9123b9
    44     icon_class = 'fa-id-card-o'
    44     icon_class = 'fa-id-card-o'
    45     icon_hint = CONTACT_PARAGRAPH_NAME
    45     icon_hint = CONTACT_PARAGRAPH_NAME
    46 
    46 
    47     name = FieldProperty(IContactParagraph['name'])
    47     name = FieldProperty(IContactParagraph['name'])
    48     charge = FieldProperty(IContactParagraph['charge'])
    48     charge = FieldProperty(IContactParagraph['charge'])
       
    49     company = FieldProperty(IContactParagraph['company'])
    49     contact_email = FieldProperty(IContactParagraph['contact_email'])
    50     contact_email = FieldProperty(IContactParagraph['contact_email'])
    50     contact_form = FieldProperty(IContactParagraph['contact_form'])
    51     contact_form = FieldProperty(IContactParagraph['contact_form'])
       
    52     phone_number = FieldProperty(IContactParagraph['phone_number'])
    51     _photo = FileProperty(IContactParagraph['photo'])
    53     _photo = FileProperty(IContactParagraph['photo'])
    52 
    54 
    53     if have_gis:
    55     if have_gis:
    54         gps_location = FieldProperty(IContactParagraph['gps_location'])
    56         gps_location = FieldProperty(IContactParagraph['gps_location'])
    55 
    57