diff -r 3ed48646f354 -r b5a9706f839e web/views/cwsources.py --- a/web/views/cwsources.py Tue Jan 03 17:59:31 2012 +0100 +++ b/web/views/cwsources.py Fri Jan 06 18:44:52 2012 +0100 @@ -47,6 +47,8 @@ _abaa.tag_object_of(('CWDataImport', 'cw_import_of', '*'), False) _afs = uicfg.autoform_section +_afs.tag_attribute(('CWSource', 'latest_retrieval'), 'main', 'hidden') +_afs.tag_attribute(('CWSource', 'in_synchronization'), 'main', 'hidden') _afs.tag_object_of(('*', 'cw_for_source', 'CWSource'), 'main', 'hidden') _affk = uicfg.autoform_field_kwargs