Skip to content
Snippets Groups Projects
Commit d77fcf33 authored by Ben Adida's avatar Ben Adida
Browse files

added p tag

parent d7f07bdf
No related branches found
No related tags found
No related merge requests found
......@@ -192,7 +192,7 @@ class Election(HeliosModel):
@property
def description_bleached(self):
return bleach.clean(self.description)
return bleach.clean(self.description, tags = bleach.ALLOWED_TAGS + ['p'])
@classmethod
def get_featured(cls):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment