Skip to content

Commit

Permalink
Update admin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rw-bsi authored and aothms committed May 6, 2024
1 parent 92a9d07 commit 1ac133a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/apps/ifc_validation/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def nbr_of_properties(self, obj):

return None if obj.number_of_properties is None else f'{obj.number_of_properties:,}'

@admin.display(description=, ordering='size')
@admin.display(description="File Size", ordering='size')
def size_text(self, obj):

return utils.format_human_readable_file_size(obj.size)
Expand Down

0 comments on commit 1ac133a

Please sign in to comment.