Skip to content

Commit 72481fb

Browse files
authored
Merge pull request #6630 from rvisser7/main
Fix error with narrow class group search
2 parents e5712af + 73fc3e3 commit 72481fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lmfdb/number_fields/number_field.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ def __init__(self):
12371237
knowl="nf.narrow_class_number",
12381238
example="5")
12391239
narrow_class_group = TextBox(
1240-
name="class_group",
1240+
name="narrow_class_group",
12411241
label="Narrow class group structure",
12421242
short_label='Narrow class group',
12431243
knowl="nf.narrow_class_group",

0 commit comments

Comments
 (0)