Skip to content

Commit

Permalink
Merge pull request #5625 from LMFDB/master
Browse files Browse the repository at this point in the history
master to dev
  • Loading branch information
jwj61 authored Aug 3, 2023
2 parents f229591 + a9d8c46 commit d645f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmfdb/genus2_curves/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def render_isogeny_class_webpage(label):
def url_for_curve_label(label):
slabel = label.split(".")
return url_for(
".by_url_curve_label",
"g2c.by_url_curve_label",
cond=slabel[0],
alpha=slabel[1],
disc=slabel[2],
Expand Down

0 comments on commit d645f77

Please sign in to comment.