Suppression de code mort
Et mal indenté.
This commit is contained in:
parent
498fa2809b
commit
03ed1c0655
1 changed files with 0 additions and 5 deletions
|
@ -64,11 +64,6 @@ def logout(request):
|
|||
for name, value in self.cleaned_data.items():
|
||||
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())
|
||||
|
||||
@login_required
|
||||
def survey(request, survey_id):
|
||||
|
|
Loading…
Reference in a new issue