diff --git a/lmfdb/hypergm/main.py b/lmfdb/hypergm/main.py index 63867d6b7c..95fe8fb0de 100644 --- a/lmfdb/hypergm/main.py +++ b/lmfdb/hypergm/main.py @@ -506,7 +506,7 @@ def render_hgm_webpage(label): for j in range(len(locinfo)): locinfo[j] = [primes[j]] + locinfo[j] # locinfo[j][2] = poly_with_factored_coeffs(locinfo[j][2], primes[j]) - locinfo[j][2] = list_to_factored_poly_otherorder(locinfo[j][2], vari='x') + locinfo[j][2] = list_to_factored_poly_otherorder(locinfo[j][2], vari='T') hodge = data['hodge'] famhodge = data['famhodge'] prop2 = [ diff --git a/lmfdb/hypergm/templates/hgm-show-motive.html b/lmfdb/hypergm/templates/hgm-show-motive.html index e9d8df8083..fdb122fc40 100644 --- a/lmfdb/hypergm/templates/hgm-show-motive.html +++ b/lmfdb/hypergm/templates/hgm-show-motive.html @@ -37,7 +37,7 @@
-
$p$ | {{ KNOWL('hgm.defining_parameter_ppart', title='$A_p$') }} | {{ KNOWL('hgm.defining_parameter_ppart', title='$B_p$') }} | {{ KNOWL('hgm.defining_parameter_ppart', title='$C_p$') }} | {% for p, Ap, Bp, Cp in family.ppart %} @@ -56,7 +56,7 @@
---|
$\ell$ | {{ KNOWL('hgm.monodromy_index', title='Index') }} |
---|