forked from DGNum/gestioCOF
Black
This commit is contained in:
parent
15ab316909
commit
66104e1137
1 changed files with 6 additions and 1 deletions
|
@ -511,7 +511,12 @@ def revente_tirages(request, tirage_id):
|
||||||
return render(
|
return render(
|
||||||
request,
|
request,
|
||||||
"bda/revente/tirages.html",
|
"bda/revente/tirages.html",
|
||||||
{"annulform": annulform, "subform": subform, "annul_exists": annul_exists, "sub_exists": sub_exists},
|
{
|
||||||
|
"annulform": annulform,
|
||||||
|
"subform": subform,
|
||||||
|
"annul_exists": annul_exists,
|
||||||
|
"sub_exists": sub_exists,
|
||||||
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue