Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Commit

Permalink
Fixes another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoistinen committed Apr 12, 2016
1 parent a3cbd88 commit 363e9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aldryn_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ def to_settings(self, data, settings):
settings['ALDRYN_STYLE_ALLOWED_TAGS'] = [
(tag_type, tag_type) for tag_type in set(
filter(bool, map(
lambda x: x.strip(), data['tag_type'].split(','))))]
lambda x: x.strip(), data['tag_types'].split(','))))]
return settings

0 comments on commit 363e9e2

Please sign in to comment.