Fixed typo
This commit is contained in:
parent
54b30f6f02
commit
5a75fc37bc
@ -194,7 +194,7 @@ def expense_list(request):
|
||||
'selected_tags': selected_tags,
|
||||
'tags': Tag.objects.filter(owner=request.user),
|
||||
'tags_with_state': tags_with_state,
|
||||
'accounts': Account.object.filter(owner=request.user),
|
||||
'accounts': Account.objects.filter(owner=request.user),
|
||||
'selected_account': account_id,
|
||||
},
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user