This commit is contained in:
2019-03-27 12:12:09 +01:00
parent 1525ceafd5
commit db11b03c39

View File

@@ -161,7 +161,7 @@ class ValidateCustomFields(Validator):
"""
Cache markdown as html.
:param markdown_field: name of the field containing mark down
:param markdown_field: name of the field containing Markdown
:return: html string
"""
my_log = log.getChild('_normalize_coerce_markdown')