Skip to content
Snippets Groups Projects
Commit ce25930a authored by Martin Mareš's avatar Martin Mareš
Browse files

Merge branch 'jk/nova-uloha-bugfix' into 'devel'

Bugfix nadpisu při editaci úlohy

Closes #328

See merge request !131
parents 5253651f 7e4fac7c
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 register or to comment