Skip to content

Commit

Permalink
Merge pull request #5693 from AndrewVSutherland/master
Browse files Browse the repository at this point in the history
Resolves #5573
  • Loading branch information
AndrewVSutherland authored Oct 15, 2023
2 parents 7b444b0 + 6180d13 commit 56b063c
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 @@ -88,7 +88,7 @@ def index():
@modcurve_page.route("/Q/")
def index_Q():
info = to_dict(request.args, search_array=ModCurveSearchArray())
if len(info) > 1:
if request.args:
return modcurve_search(info)
title = r"Modular curves over $\Q$"
info["level_list"] = ["1-4", "5-8", "9-12", "13-16", "17-23", "24-"]
Expand Down

0 comments on commit 56b063c

Please sign in to comment.