src/pyams_content/component/paragraph/contact.py
changeset 575 e61e7effa80a
parent 555 8e8a14452567
child 586 28445044f6e3
--- a/src/pyams_content/component/paragraph/contact.py	Mon Jun 04 14:43:20 2018 +0200
+++ b/src/pyams_content/component/paragraph/contact.py	Mon Jun 04 15:00:16 2018 +0200
@@ -48,14 +48,14 @@
 
     name = FieldProperty(IContactParagraph['name'])
     charge = FieldProperty(IContactParagraph['charge'])
+    contact_email = FieldProperty(IContactParagraph['contact_email'])
+    contact_form = FieldProperty(IContactParagraph['contact_form'])
     _photo = FileProperty(IContactParagraph['photo'])
 
     if have_gis:
         gps_location = FieldProperty(IContactParagraph['gps_location'])
 
     address = FieldProperty(IContactParagraph['address'])
-    contact_email = FieldProperty(IContactParagraph['contact_email'])
-    contact_form = FieldProperty(IContactParagraph['contact_form'])
     renderer = FieldProperty(IContactParagraph['renderer'])
 
     @property