Skip to content

Commit

Permalink
change knowl links from ec.q.analytic_sha_order to ec.analytic_sha_order
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCremona committed Mar 7, 2024
1 parent 2b47fe1 commit 7cba757
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lmfdb/elliptic_curves/elliptic_curve.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def summary(self):
baseurl_func = ".rational_elliptic_curves"

knowls = {'rank': 'ec.rank',
'sha': 'ec.q.analytic_sha_order',
'sha': 'ec.analytic_sha_order',
'torsion_structure': 'ec.torsion_order'}

top_titles = {'rank': 'rank',
Expand Down
4 changes: 2 additions & 2 deletions lmfdb/elliptic_curves/templates/ec-curve.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,9 @@ <h2> {{ KNOWL('ec.q.bsdconjecture', title='BSD invariants') }}</h2>
= {{data.mwbsd.sha2}}
{% endif %}
{% if data.mwbsd.sha_is_exact %}
({{ KNOWL('ec.q.analytic_sha_value',title="exact") }})
({{ KNOWL('ec.analytic_sha_value',title="exact") }})
{% else %}
({{ KNOWL('ec.q.analytic_sha_value',title="rounded") }})
({{ KNOWL('ec.analytic_sha_value',title="rounded") }})
{% endif %}
{% endif %}
</td>
Expand Down

0 comments on commit 7cba757

Please sign in to comment.