diff --git a/tailbone/views/labels.py b/tailbone/views/labels.py index 8af850fa..7296d338 100644 --- a/tailbone/views/labels.py +++ b/tailbone/views/labels.py @@ -87,7 +87,7 @@ class ProfilesView(MasterView): def after_edit(self, profile): if not profile.format: - formatter = profile.get_formatter() + formatter = profile.get_formatter(self.rattail_config) if formatter: try: profile.format = formatter.default_format