fix again?
This commit is contained in:
parent
a3566fe555
commit
dcf0811d1c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue