Skip to content

Commit c4b6384

Browse files
authored
Merge pull request #6289 from JohnCremona/BMF-Lratio
Hide BMF L-ratio while data is fixed
2 parents 9a24358 + 281a580 commit c4b6384

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lmfdb/bianchi_modular_forms/templates/bmf-newform.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ <h2> {{ KNOWL('mf.bianchi.newform', 'Form') }} </h2>
3333
<tr><td> {{ KNOWL('mf.bianchi.spaces', title='Newspace')}}:</td><td><a href={{data.newspace_url}}>{{data.newspace_label}}</a> (dimension {{ data.newspace_dimension }}) </td></tr>
3434
<tr><td> {{ KNOWL('mf.bianchi.sign',title="Sign of functional equation") }}:</td><td> {{data.sign}} </tr>
3535
<tr><td> {{ KNOWL('mf.bianchi.anr',title="Analytic rank")}}:</td><td> {{data.anrank}}</td> </tr>
36-
{% if data.Lratio %}
37-
<tr><td> {{ KNOWL('mf.bianchi.anr',title="L-ratio")}}:</td><td> {{data.Lratio}} </td></tr>
38-
{% endif %}
36+
{# See issue #6288
37+
<tr><td> {{ KNOWL('mf.bianchi.L-ratio',title="L-ratio")}}:</td><td> {{data.Lratio}} </td></tr>
38+
#}
3939
</table>
4040
</p>
4141

0 commit comments

Comments
 (0)