Stop including 'falafel' as available theme
This commit is contained in:
parent
6ce65badeb
commit
e9ddd6dc36
|
@ -190,8 +190,7 @@ def before_render(event):
|
|||
if expose_picker:
|
||||
|
||||
# TODO: should remove 'falafel' option altogether
|
||||
available = get_available_themes(request.rattail_config,
|
||||
include=['falafel'])
|
||||
available = get_available_themes(request.rattail_config)
|
||||
|
||||
options = [tags.Option(theme, value=theme) for theme in available]
|
||||
renderer_globals['theme_picker_options'] = options
|
||||
|
|
Loading…
Reference in a new issue