forked from DGNum/gestioCOF
Move bda-participant template -> bda/ folder
This commit is contained in:
parent
fbdfdeef46
commit
76c75d5ccd
2 changed files with 1 additions and 1 deletions
|
@ -612,7 +612,7 @@ def spectacle(request, tirage_id, spectacle_id):
|
||||||
|
|
||||||
participants_info = sorted(participants.values(),
|
participants_info = sorted(participants.values(),
|
||||||
key=lambda part: part['lastname'])
|
key=lambda part: part['lastname'])
|
||||||
return render(request, "bda-participants.html",
|
return render(request, "bda/participants.html",
|
||||||
{"spectacle": spectacle, "participants": participants_info})
|
{"spectacle": spectacle, "participants": participants_info})
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue