Skip to content

Commit ee76345

Browse files
Fix button themes constant
1 parent bac4321 commit ee76345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

springfield/cms/blocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2996,7 +2996,7 @@ class RoadmapItemBlock(blocks.StructBlock):
29962996
widget=CheckboxSelectMultiple(),
29972997
)
29982998
buttons = blocks.ListBlock(
2999-
ButtonBlock(themes=BUTTON_THEMES_2026),
2999+
ButtonBlock(themes=BUTTON_THEMES),
30003000
min_num=0,
30013001
max_num=3,
30023002
label="Buttons",

0 commit comments

Comments
 (0)