Skip to content
Snippets Groups Projects
Commit f5a80dd0 authored by Pierre-antoine Comby's avatar Pierre-antoine Comby
Browse files

fix typo

parent 4de817bd
No related branches found
No related tags found
1 merge request!19Import nk15
......@@ -182,15 +182,15 @@ class TemplateTransaction(Transaction):
template = models.ForeignKey(
TransactionTemplate,
null=True
on_delete=models.SET_NULL
null=True,
on_delete=models.SET_NULL,
)
category = models.ForeignKey(
TemplateCategory,
on_delete=models.PROTECT
on_delete=models.PROTECT,
)
name = models.CharField(
max_length=255
max_length=255,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment