Skip to content

Commit

Permalink
Povolené obrázky v profile
Browse files Browse the repository at this point in the history
  • Loading branch information
mireq committed Jun 23, 2018
1 parent 319b50f commit c8ea607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rich_editor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def get_parser(parser, fmt='html'):
parser_instance.auto_paragraphs = False
return parser_instance
elif parser == 'profile':
parser_instance = HtmlParser(supported_tags=DEFAULT_TAG_LIST)
parser_instance = HtmlParser(supported_tags=FULL_TAGS_LIST)
parser_instance.add_nofollow = False
return parser_instance
elif parser == 'blog' or parser == 'full':
Expand Down

0 comments on commit c8ea607

Please sign in to comment.