mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-10-31 15:50:03 +01:00 
			
		
		
		
	fix typo
This commit is contained in:
		| @@ -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, | ||||
|     ) | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user