src/pyams_content/component/paragraph/contact.py
changeset 515 a1d5eb955e54
parent 495 512c874493b9
child 555 8e8a14452567
--- a/src/pyams_content/component/paragraph/contact.py	Wed Apr 04 14:43:09 2018 +0200
+++ b/src/pyams_content/component/paragraph/contact.py	Wed Apr 04 15:35:44 2018 +0200
@@ -54,6 +54,8 @@
         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