--- a/src/pyams_default_theme/component/paragraph/contact.py Tue Nov 13 14:48:49 2018 +0100
+++ b/src/pyams_default_theme/component/paragraph/contact.py Tue Nov 13 14:50:38 2018 +0100
@@ -82,7 +82,7 @@
settings_interface = IContactParagraphDefaultRendererSettings
if have_gis:
- context_attrs = ('name', 'photo', 'gps_location', 'address', 'contact_email')
+ context_attrs = ('name', 'photo', 'company', 'gps_location', 'address', 'phone_number', 'contact_email')
else:
- context_attrs = ('name', 'photo', 'address', 'contact_email')
- i18n_context_attrs = ('title', 'charge', )
+ context_attrs = ('name', 'photo', 'company', 'address', 'phone_number', 'contact_email')
+ i18n_context_attrs = ('title', 'charge',)