diff --git a/mo/web/org_round.py b/mo/web/org_round.py index d54dca3b4d8425af325548acf2bc0693bdb43492..89fb407c5894dc1bbf3e2bc8c585e6545f9d53fe 100644 --- a/mo/web/org_round.py +++ b/mo/web/org_round.py @@ -372,7 +372,7 @@ def org_round_task_edit(round_id: int, task_id: int): return render_template( 'org_round_task_edit.html', - ctx=ctx, form=form, + ctx=ctx, form=form, task=task, )