Correcting typo in foreignkey
This commit is contained in:
@@ -42,7 +42,7 @@ class ProvisionTemplateReference(BaseModel):
|
||||
|
||||
provision_template_id: PydanticObjectId = ForeignKey(
|
||||
"templates/provisions",
|
||||
"TemplateProvision",
|
||||
"ProvisionTemplate",
|
||||
['title', 'body'],
|
||||
props={"parametrized": True},
|
||||
title="Template de clause"
|
||||
|
||||
Reference in New Issue
Block a user