From 281a580734c6fe5a33300c2a1421c4ba6a654ace Mon Sep 17 00:00:00 2001 From: John Cremona Date: Thu, 5 Dec 2024 05:09:49 -0500 Subject: [PATCH] Hide BMF L-ratio while data is fixed --- lmfdb/bianchi_modular_forms/templates/bmf-newform.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lmfdb/bianchi_modular_forms/templates/bmf-newform.html b/lmfdb/bianchi_modular_forms/templates/bmf-newform.html index 0984fd0ef5..7ff03eae08 100644 --- a/lmfdb/bianchi_modular_forms/templates/bmf-newform.html +++ b/lmfdb/bianchi_modular_forms/templates/bmf-newform.html @@ -33,9 +33,9 @@

{{ KNOWL('mf.bianchi.newform', 'Form') }}

{{ KNOWL('mf.bianchi.spaces', title='Newspace')}}:{{data.newspace_label}} (dimension {{ data.newspace_dimension }}) {{ KNOWL('mf.bianchi.sign',title="Sign of functional equation") }}: {{data.sign}} {{ KNOWL('mf.bianchi.anr',title="Analytic rank")}}: {{data.anrank}} -{% if data.Lratio %} - {{ KNOWL('mf.bianchi.anr',title="L-ratio")}}: {{data.Lratio}} -{% endif %} +{# See issue #6288 + {{ KNOWL('mf.bianchi.L-ratio',title="L-ratio")}}: {{data.Lratio}} +#}