From be278f8602a0da2820333bff1c378a840426a66b Mon Sep 17 00:00:00 2001 From: John Cremona Date: Fri, 29 Nov 2024 05:47:19 -0500 Subject: [PATCH] fix typos --- lmfdb/elliptic_curves/templates/ec-curve.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lmfdb/elliptic_curves/templates/ec-curve.html b/lmfdb/elliptic_curves/templates/ec-curve.html index 22cc006216..e49ec675c7 100644 --- a/lmfdb/elliptic_curves/templates/ec-curve.html +++ b/lmfdb/elliptic_curves/templates/ec-curve.html @@ -102,7 +102,7 @@

{{ KNOWL('ec.mordell_weil_group', title='Mordell-Weil group') }} structure<

{{ place_code('mwgroup') }}

- {% if data.mwbsd.rank or data.mwbsd.torsion_order %} + {% if data.mwbsd.rank > 0 or data.mwbsd.torsion > 1 %}

{{ KNOWL('ec.mw_generators', title="Mordell-Weil generators") }}

@@ -154,7 +154,7 @@

{{ KNOWL('ec.mw_generators', title='Torsion generators') }}

{%endif %} #} - {% if data.mwbsd.rank > 0 or data.mwbsd.torsion_order > 1 %} + {% if data.mwbsd.rank > 0 or data.mwbsd.torsion > 1 %}

{{ KNOWL('ec.q.integral_points', title='Integral points') }}