diff --git a/tailbone/views/labels/profiles.py b/tailbone/views/labels/profiles.py index 25ecfa0e..a3f051f5 100644 --- a/tailbone/views/labels/profiles.py +++ b/tailbone/views/labels/profiles.py @@ -48,6 +48,7 @@ class ProfilesView(MasterView): 'code', 'description', 'visible', + 'sync_me', ] form_fields = [ @@ -58,6 +59,7 @@ class ProfilesView(MasterView): 'formatter_spec', 'format', 'visible', + 'sync_me', ] def configure_grid(self, g):