Move bda-participant template -> bda/ folder

This commit is contained in:
Martin Pépin 2017-06-02 18:35:04 +01:00
parent fbdfdeef46
commit 76c75d5ccd
2 changed files with 1 additions and 1 deletions

View file

@ -612,7 +612,7 @@ def spectacle(request, tirage_id, spectacle_id):
participants_info = sorted(participants.values(),
key=lambda part: part['lastname'])
return render(request, "bda-participants.html",
return render(request, "bda/participants.html",
{"spectacle": spectacle, "participants": participants_info})