diff --git a/lmfdb/classical_modular_forms/web_newform.py b/lmfdb/classical_modular_forms/web_newform.py index 22631f94db..4eeed9cd5a 100644 --- a/lmfdb/classical_modular_forms/web_newform.py +++ b/lmfdb/classical_modular_forms/web_newform.py @@ -372,7 +372,7 @@ def friends(self): res += names_and_urls(related_objects) # finally L-functions - if self.weight <= 200: + if (self.weight <= 200) and not ((self.level > 10000) and (self.weight == 2)): # L-functions for the weight 2 and level > 10000 forms haven't been computed as of 2024/04/11. if (self.dim == 1 or not self.embedding_label) and db.lfunc_instances.exists({'url': nf_url[1:]}): res.append(('L-function ' + self.label, '/L' + nf_url)) if self.embedding_label is None and len(self.conrey_orbit) * self.rel_dim > 50: