Skip to content

Commit

Permalink
Merge pull request #5711 from roed314/modcurve_random
Browse files Browse the repository at this point in the history
Remove random link for points on modular curves
  • Loading branch information
AndrewVSutherland authored Nov 3, 2023
2 parents ce820a8 + bdd71c6 commit 81c7ff7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lmfdb/modular_curves/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,10 @@ def __init__(self):
[residue_field, j_field, jinv, j_height, isolated],
[family, cusp]]

def search_types(self, info):
# There is no homepage for a point, so we disable the random link
return [("List", "Search again")]

class ModCurve_stats(StatsDisplay):
def __init__(self):
self.ncurves = comma(db.gps_gl2zhat_fine.count())
Expand Down

0 comments on commit 81c7ff7

Please sign in to comment.