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

arg_attrs: score_has_hm

parent f3236e88
No related branches found
No related tags found
No related merge requests found
......@@ -124,6 +124,7 @@ ROUND_ATTRS = AttrList([
Attr('score_winner_limit', float, 'hranice bodů pro vítěze', nullable=True),
Attr('score_successful_limit', float, 'hranice bodů pro úspěšného řešitele', nullable=True),
Attr('score_advance_limit', float, 'hranice bodů pro postup', nullable=True),
Attr('score_has_hm', parse_bool, 'vydávají se pochvalná uznání'),
Attr('points_step', float, 'bodovací krok', short='S'),
Attr('has_messages', parse_bool, 'povoleny zprávičky'),
Attr('enroll_mode', parse_enroll_mode, 'režim registrace'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment