Fixed typo
This commit is contained in:
parent
595a366220
commit
0821560c70
@ -708,7 +708,7 @@ def fuel_create(request):
|
||||
category, _ = Category.objects.get_or_create(
|
||||
slug="gasolina",
|
||||
owner=request.user,
|
||||
defaults={"Name": "Gasolina"},
|
||||
defaults={"name": "Gasolina"},
|
||||
)
|
||||
expense = Expense.objects.create(
|
||||
owner=request.user,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user