forked from DGNum/gestioCOF
minor syntax changes
This commit is contained in:
parent
f4fe231d4b
commit
825269067c
1 changed files with 2 additions and 2 deletions
|
@ -297,7 +297,7 @@ def spectacle(request, tirage_id, spectacle_id):
|
||||||
for attrib in attributions:
|
for attrib in attributions:
|
||||||
participant = attrib.participant
|
participant = attrib.participant
|
||||||
participant.given = attrib.given
|
participant.given = attrib.given
|
||||||
if (participant.id in participants):
|
if participant.id in participants:
|
||||||
participants[participant.id].nb_places = 2
|
participants[participant.id].nb_places = 2
|
||||||
else:
|
else:
|
||||||
participant.nb_places = 1
|
participant.nb_places = 1
|
||||||
|
|
Loading…
Reference in a new issue