diff --git a/helios/models.py b/helios/models.py index bb516a9c299e1a8d0748b8e69f64ed94ab3f9f10..17e757bbaca4024e92049b25769255789d5b5217 100644 --- a/helios/models.py +++ b/helios/models.py @@ -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):