Skip to content
Snippets Groups Projects
Commit 7e4fac7c authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

Bugfix nadpisu při editaci úlohy

Closes #328
parent 5253651f
No related branches found
No related tags found
1 merge request!131Bugfix nadpisu při editaci úlohy
...@@ -372,7 +372,7 @@ def org_round_task_edit(round_id: int, task_id: int): ...@@ -372,7 +372,7 @@ def org_round_task_edit(round_id: int, task_id: int):
return render_template( return render_template(
'org_round_task_edit.html', 'org_round_task_edit.html',
ctx=ctx, form=form, ctx=ctx, form=form, task=task,
) )
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment