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

V editaci školy vysvětlujeme, že 8-letá G jsou ZŠ i SŠ

Closes #396.
parent 8b8b5ea0
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,7 @@ class PlaceSchoolEditForm(PlaceEditForm): ...@@ -129,7 +129,7 @@ class PlaceSchoolEditForm(PlaceEditForm):
official_name = mo_fields.String('Oficiální název') official_name = mo_fields.String('Oficiální název')
address = mo_fields.String('Adresa') address = mo_fields.String('Adresa')
is_zs = wtforms.BooleanField('') is_zs = wtforms.BooleanField('')
is_ss = wtforms.BooleanField('') is_ss = wtforms.BooleanField(' (6-letá a 8-letá gymnázia jsou současně i ZŠ)')
submit = wtforms.SubmitField('Uložit') submit = wtforms.SubmitField('Uložit')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment