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

Novinky -> zprávičky

parent 9786fb2e
No related branches found
No related tags found
No related merge requests found
...@@ -498,7 +498,7 @@ def org_task_statement(id: int): ...@@ -498,7 +498,7 @@ def org_task_statement(id: int):
class MessageAddForm(FlaskForm): class MessageAddForm(FlaskForm):
title = wtforms.StringField('Nadpis', validators=[validators.Required()]) title = wtforms.StringField('Nadpis', validators=[validators.Required()])
markdown = wtforms.TextAreaField( markdown = wtforms.TextAreaField(
'Text novinky', description='Zprávičky lze formátovat pomocí Markdownu', 'Text zprávičky', description='Zprávičky lze formátovat pomocí Markdownu',
validators=[validators.Required()], validators=[validators.Required()],
render_kw={'rows': 10}, render_kw={'rows': 10},
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment