Skip to content

Commit

Permalink
fix sorts
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewVSutherland committed May 20, 2024
1 parent 88250ab commit 652edcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmfdb/modular_curves/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ def __init__(self):

_default = ["level", "index", "genus", "coarse_class_num", "coarse_level", "coarse_num", "fine_num"]
sorts = [
("level", "level", _default),
("", "level", _default),
("index", "index", ["index"] + _default),
("genus", "genus", ["genus"] + _default),
("rank", "rank", ["rank"] + _default),
Expand Down

0 comments on commit 652edcd

Please sign in to comment.