Skip to content
Snippets Groups Projects

Registrace

Merged Martin Mareš requested to merge mj/registrace into devel
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -1674,6 +1674,8 @@ def org_contest_add_user(id: int, site_id: Optional[int] = None):
db.get_session().commit()
if is_new_user:
flash("Založen nový uživatel.", "info")
token = mo.users.make_activation_token(user)
mo.email.send_new_account_email(user, token)
if is_new_participant:
flash("Založena nová registrace do ročníku.", "info")
if is_new_participation:
Loading