diff --git a/src/plugins/recordTypes/collectionobject/forms/default.jsx b/src/plugins/recordTypes/collectionobject/forms/default.jsx index d20c072..70ae8b8 100644 --- a/src/plugins/recordTypes/collectionobject/forms/default.jsx +++ b/src/plugins/recordTypes/collectionobject/forms/default.jsx @@ -570,6 +570,13 @@ const template = (configContext) => { + + + + + + + diff --git a/src/plugins/recordTypes/collectionobject/forms/photo.jsx b/src/plugins/recordTypes/collectionobject/forms/photo.jsx index 970ed00..f51d531 100644 --- a/src/plugins/recordTypes/collectionobject/forms/photo.jsx +++ b/src/plugins/recordTypes/collectionobject/forms/photo.jsx @@ -255,6 +255,13 @@ const template = (configContext) => { + + + + + + + diff --git a/src/plugins/recordTypes/collectionobject/forms/public.jsx b/src/plugins/recordTypes/collectionobject/forms/public.jsx index 43b3eea..c95a80a 100644 --- a/src/plugins/recordTypes/collectionobject/forms/public.jsx +++ b/src/plugins/recordTypes/collectionobject/forms/public.jsx @@ -151,6 +151,15 @@ const template = (configContext) => { + + + + + + + + + ); };