Skip to content
Snippets Groups Projects
Commit 58eb87ad authored by Jiří Setnička's avatar Jiří Setnička
Browse files

Desetinné body: Při postupu lze také zadat necelý počet bodů

parent bb2a29d2
Branches
No related tags found
1 merge request!51Desetinné body
......@@ -27,7 +27,6 @@ import mo.web.util
from mo.web.util import MODecimalField, PagerForm
from mo.web.table import CellCheckbox, Table, Row, Column, cell_pion_link, cell_place_link, cell_email_link
import wtforms.validators as validators
from wtforms.fields.html5 import IntegerField
from wtforms.widgets.html5 import NumberInput
......@@ -1430,7 +1429,7 @@ def org_contest_user(contest_id: int, user_id: int):
class AdvanceForm(FlaskForm):
boundary = IntegerField(
boundary = MODecimalField(
'Bodová hranice', render_kw={'autofocus': True},
description="Postoupí všichni účastníci, kteří v minulém kole získali aspoň tolik bodů.",
validators=[validators.InputRequired()]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment