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

Editace uživatele umí upravit mailové notifikace

Closes #325.
parent 0048024d
No related branches found
No related tags found
No related merge requests found
......@@ -415,6 +415,7 @@ class UserEditForm(FlaskForm):
email = mo_fields.Email(validators=[DataRequired()], check_existence=True)
note = wtforms.TextAreaField("Poznámka")
is_test = wtforms.BooleanField("Testovací účet")
email_notify = wtforms.BooleanField("Mailové notifikace")
allow_duplicate_name = wtforms.BooleanField("Přidat účet s duplicitním jménem")
allow_change_user_to_org = wtforms.BooleanField("Povolit převedení účastníka na organizátora")
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