fix again?

This commit is contained in:
Laura Klünder 2023-11-23 21:20:14 +01:00
parent a3566fe555
commit dcf0811d1c

View file

@ -79,7 +79,7 @@ class LocationSchema(WithAccessRestrictionSchema, TitledSchema, LocationSlugSche
# todo: add_search # 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. 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. The title describes the title of this preset, not the displayed label.