Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions lmfdb/groups/abstract/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2954,7 +2954,7 @@ def __init__(self):
advanced=True
)
number_divisions = TextBox(
name="number_divisions ",
name="number_divisions",
label="Number of divisions",
knowl="group.division",
example="3",
Expand Down Expand Up @@ -3119,16 +3119,16 @@ def __init__(self):

self.refine_array = [
[subgroup, subgroup_order, cyclic, abelian, solvable],
[normal, characteristic, perfect, maximal, central, nontrivproper],
[ambient, ambient_order, direct, split, hall, sylow],
[normal, characteristic, perfect, maximal, central],
[ambient, ambient_order, direct, split],
[
quotient,
quotient_order,
quotient_cyclic,
quotient_abelian,
quotient_solvable,
minimal_normal,
],
[minimal_normal, nontrivproper, hall, sylow],
]

def search_types(self, info):
Expand Down
1 change: 0 additions & 1 deletion lmfdb/homepage/sidebar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@
colspan: onecolumn
- title: Abstract groups
url_for: "abstract.index"
status: beta
colspan: onecolumn
- title: Lattices
url_for: "lattice.lattice_render_webpage"
Expand Down
Loading