Skip to content

Commit

Permalink
TEMPLATES is a list of configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryneeverett committed Jan 10, 2016
1 parent 10d4d3b commit 87244c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mezzanine/core/checks.py
Expand Up @@ -149,4 +149,4 @@ def convert_setting_name(old_name):
new_setting_name = convert_setting_name(setting_name)
setter(new_setting_name, value)

return suggested_templates_config
return [suggested_templates_config]

0 comments on commit 87244c4

Please sign in to comment.