From d32b3f98fbf36761db900b4cb70a5fa87b539a90 Mon Sep 17 00:00:00 2001 From: John Cremona Date: Tue, 9 Jul 2024 10:06:06 -0400 Subject: [PATCH] change BMF knowl links (Issue 6085) --- lmfdb/bianchi_modular_forms/bianchi_modular_form.py | 6 +++--- .../templates/bmf-field_dim_table.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lmfdb/bianchi_modular_forms/bianchi_modular_form.py b/lmfdb/bianchi_modular_forms/bianchi_modular_form.py index 557e0a30b3..25ca069a84 100644 --- a/lmfdb/bianchi_modular_forms/bianchi_modular_form.py +++ b/lmfdb/bianchi_modular_forms/bianchi_modular_form.py @@ -791,7 +791,7 @@ class BianchiStats(StatsDisplay): stat_list = [ {'cols': ['field_label', 'level_norm'], 'top_title': '%s by %s and %s' % ( - display_knowl("mf.bianchi.bianchimodularforms", + display_knowl("mf.bianchi", "Bianchi modular forms"), display_knowl('nf', 'base field'), display_knowl('mf.bianchi.level', 'level norm')), @@ -852,7 +852,7 @@ def __init__(self): def summary(self): return r"The database currently contains %s %s of weight 2 over %s imaginary quadratic fields, and %s %s over %s imaginary quadratic fields, including all with class number one." % ( comma(self.nforms), - display_knowl("mf.bianchi.bianchimodularforms", + display_knowl("mf.bianchi", "Bianchi modular forms"), self.nformfields, comma(self.ndims), @@ -862,4 +862,4 @@ def summary(self): @property def short_summary(self): - return r'The database currently contains %s %s of weight 2 over %s imaginary quadratic fields. Here are some further statistics.' % (comma(self.nforms), display_knowl("mf.bianchi.bianchimodularforms", "Bianchi modular forms"), self.nformfields, url_for(".statistics")) + return r'The database currently contains %s %s of weight 2 over %s imaginary quadratic fields. Here are some further statistics.' % (comma(self.nforms), display_knowl("mf.bianchi", "Bianchi modular forms"), self.nformfields, url_for(".statistics")) diff --git a/lmfdb/bianchi_modular_forms/templates/bmf-field_dim_table.html b/lmfdb/bianchi_modular_forms/templates/bmf-field_dim_table.html index ae8ed9669f..aba341c294 100644 --- a/lmfdb/bianchi_modular_forms/templates/bmf-field_dim_table.html +++ b/lmfdb/bianchi_modular_forms/templates/bmf-field_dim_table.html @@ -8,7 +8,7 @@

Table of the dimensions of the spaces of {{ -KNOWL('mf.bianchi.bianchimodularforms', title='Bianchi cusp forms') }} +KNOWL('mf.bianchi', title='Bianchi cusp forms') }} for \(\Gamma_0(\mathfrak{n})\subseteq {{info.bgroup}}\) for {{ KNOWL('mf.bianchi.level', title='levels') }} \(\mathfrak{n}\) ordered by norm, over \(K=\) {{info.field_pretty}}.