Skip to content
Snippets Groups Projects

WIP: Zárodek uživatelské části webu a submitování

Compare and Show latest version
3 files
+ 11
5
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
0
@@ -340,6 +340,7 @@ def org_user_new():
if form.validate_on_submit():
check = True
form.email.data = mo.users.normalize_email(form.email.data)
if mo.users.user_by_email(form.email.data) is not None:
flash('Účet s daným e-mailem již existuje', 'danger')
check = False
Loading