Allow <br> tags in rich text

This commit is contained in:
Raphael Michel
2017-05-02 09:52:46 +02:00
parent 960d0bcdf2
commit 6c02bf73b5

View File

@@ -11,6 +11,7 @@ ALLOWED_TAGS = [
'acronym',
'b',
'blockquote',
'br',
'code',
'em',
'i',