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

Odstraněn pozůstatek kódů kol v konfiguraci kola

parent c6737998
Branches
No related tags found
No related merge requests found
...@@ -447,8 +447,6 @@ def org_round_edit(round_id: int): ...@@ -447,8 +447,6 @@ def org_round_edit(round_id: int):
if do_submit: if do_submit:
form.populate_obj(round) form.populate_obj(round)
if round.code == "":
round.code = str(round.seq)
if sess.is_modified(round): if sess.is_modified(round):
changes = db.get_object_changes(round) changes = db.get_object_changes(round)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment