Skip to content
Snippets Groups Projects
Commit 5b70ae4a authored by dcz's avatar dcz
Browse files

bugfix - syntax

parent 7fe9f86d
Branches
No related merge requests found
......@@ -28,7 +28,7 @@ def statement_list(request):
if cat_edit_statement:
statements = FinStatement.objects.order_by('statement_id')
else:
FinStatement.objects.filter(user=current_user).order_by('statement_id')
statements = FinStatement.objects.filter(user=current_user).order_by('statement_id')
for statement in statements:
statement.unified_frame_count = statement.unified_frame.count()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment