diff --git a/src/c3nav/mapdata/schemas/model_base.py b/src/c3nav/mapdata/schemas/model_base.py index 4ad13d56..57907e48 100644 --- a/src/c3nav/mapdata/schemas/model_base.py +++ b/src/c3nav/mapdata/schemas/model_base.py @@ -79,7 +79,7 @@ class LocationSchema(WithAccessRestrictionSchema, TitledSchema, LocationSlugSche # todo: add_search -class LabelSettingsSchema(TitledSchema, DjangoModelSchema): +class LabelSettingsSchema(DjangoModelSchema): # todo: add titles back in here """ Settings preset for how and when to display a label. Reusable between objects. The title describes the title of this preset, not the displayed label.