Supprime une fonction inutile.

Probablement un vestige de debug.
This commit is contained in:
Martin Pépin 2016-06-19 11:08:32 +02:00
parent 211e7b448d
commit 014a2c2361

View file

@ -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 (.+?)]", "<img src='$1' height='200'/>", self.as_p())
class SurveyStatusFilterForm(forms.Form):
def __init__(self, *args, **kwargs):
survey = kwargs.pop("survey")