On enlève un print(toto)
This commit is contained in:
parent
4ac776fba6
commit
1af7bbe26f
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ class ValidateFunctions:
|
||||||
|
|
||||||
def unique_selected(vote_form):
|
def unique_selected(vote_form):
|
||||||
"""Vérifie qu'une seule option est choisie"""
|
"""Vérifie qu'une seule option est choisie"""
|
||||||
print("toto")
|
|
||||||
nb_selected = 0
|
nb_selected = 0
|
||||||
for v in vote_form:
|
for v in vote_form:
|
||||||
nb_selected += v.cleaned_data["selected"]
|
nb_selected += v.cleaned_data["selected"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue