From 7e4fac7c234d0153706ba8dc1780cda08fffcb60 Mon Sep 17 00:00:00 2001 From: Jiri Kalvoda <jirikalvoda@kam.mff.cuni.cz> Date: Fri, 20 Jan 2023 12:41:22 +0100 Subject: [PATCH] =?UTF-8?q?Bugfix=20nadpisu=20p=C5=99i=20editaci=20=C3=BAl?= =?UTF-8?q?ohy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #328 --- mo/web/org_round.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mo/web/org_round.py b/mo/web/org_round.py index d54dca3b..89fb407c 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, ) -- GitLab