diff --git a/gestioncof/forms.py b/gestioncof/forms.py index f74a10d6..a470face 100644 --- a/gestioncof/forms.py +++ b/gestioncof/forms.py @@ -84,11 +84,6 @@ class SurveyForm(forms.Form): if name.startswith('question_'): yield (self.fields[name].question_id, value) - # Ajoute pour sondage pulms - def as_p_formate(self): - return 'Hello world !' - #return re.sub("[img (.+?)]", "", self.as_p()) - class SurveyStatusFilterForm(forms.Form): def __init__(self, *args, **kwargs): survey = kwargs.pop("survey")