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

Upgrade WTForms: TextField se už jmenuje StringField

parent 4b350d81
Branches
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ class ScoreEditForm(FlaskForm): ...@@ -63,7 +63,7 @@ class ScoreEditForm(FlaskForm):
class ScoreSnapshotForm(FlaskForm): class ScoreSnapshotForm(FlaskForm):
note = wtforms.TextField("Poznámka k verzi (pro organizátory)") note = wtforms.StringField("Poznámka k verzi (pro organizátory)")
submit_snapshot = wtforms.SubmitField("Uložit současnou verzi") submit_snapshot = wtforms.SubmitField("Uložit současnou verzi")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment