Skip to content

Commit 87027cf

Browse files
Update sidebar endpoint from g2c.index to g2c.index_Q
1 parent b85ce15 commit 87027cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lmfdb/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ def white_listed(url):
845845
def alpha_blueprints():
846846
# This is the row you need to change to add or remove entries from the alpha.lmfdb.org sidebar
847847
# You should list endpoints giving the top level url for the sections to be included (this is usually what is shown in sidebar.yaml)
848-
return ["cmf.index", "g2c.index", "smf.index", "modcurve.index", "shimcurve.index", "hmsurface.index", "abvarfq.abelian_varieties", "modlgal.index", "lattice.index", # adjust these to change sidebar
848+
return ["cmf.index", "g2c.index_Q", "smf.index", "modcurve.index", "shimcurve.index", "hmsurface.index", "abvarfq.abelian_varieties", "modlgal.index", "lattice.index", # adjust these to change sidebar
849849
"users.list", "knowledge.index", "API.index"] # Should always allow these for usability
850850

851851
@cached_function

0 commit comments

Comments
 (0)