diff --git a/froide_govplan/forms.py b/froide_govplan/forms.py index 2ff02c8..2b0efee 100644 --- a/froide_govplan/forms.py +++ b/froide_govplan/forms.py @@ -12,7 +12,7 @@ from tinymce.widgets import TinyMCE from .models import GovernmentPlan, GovernmentPlanUpdate, PlanRating, PlanStatus -ALLOWED_TAGS = [ +ALLOWED_TAGS = { "a", "strong", "b", @@ -26,7 +26,7 @@ ALLOWED_TAGS = [ "h4", "h5", "blockquote", -] +} class BleachField(forms.CharField):