Skip to content
Snippets Groups Projects

Bugfix nadpisu při editaci úlohy

Merged Jiří Kalvoda requested to merge jk/nova-uloha-bugfix into devel
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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,
)
Loading