diff --git a/lmfdb/modular_forms/elliptic_modular_forms/views/templates/emf_web_modform_space.html b/lmfdb/modular_forms/elliptic_modular_forms/views/templates/emf_web_modform_space.html index 10928a264e..52cabd99f6 100644 --- a/lmfdb/modular_forms/elliptic_modular_forms/views/templates/emf_web_modform_space.html +++ b/lmfdb/modular_forms/elliptic_modular_forms/views/templates/emf_web_modform_space.html @@ -26,8 +26,7 @@ {% elif space.data_from_dimension_db().get('in_wdb',0) == 0 %}

Unfortunately, we do not have this space in the database, yet.

{% endif %} -{% endif %} -{% if space.dimension_new_cusp_forms == 0 %} +{% elif space.dimension_new_cusp_forms == 0 %}

There are no newforms of this weight, level and character.

{% if space.weight % 2 == 0 and space.character.value(-1) == -1 %} The weight is even and the character is odd.