Supprime une fonction inutile.
Probablement un vestige de debug.
This commit is contained in:
parent
211e7b448d
commit
014a2c2361
1 changed files with 0 additions and 5 deletions
|
@ -84,11 +84,6 @@ class SurveyForm(forms.Form):
|
||||||
if name.startswith('question_'):
|
if name.startswith('question_'):
|
||||||
yield (self.fields[name].question_id, value)
|
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):
|
class SurveyStatusFilterForm(forms.Form):
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
survey = kwargs.pop("survey")
|
survey = kwargs.pop("survey")
|
||||||
|
|
Loading…
Reference in a new issue