Skip to content

Commit

Permalink
order current qi Index in reverse (highest first)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Sep 2, 2024
1 parent e38ab26 commit ab978a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class TeamAdmin(admin.ModelAdmin):
list_filter = ("hunt__name",)
ordering = (
"hunt",
"current_qr_i",
"-current_qr_i",
)

@staticmethod
Expand Down

0 comments on commit ab978a9

Please sign in to comment.