fdfd
This commit is contained in:
parent
e61d0d9d77
commit
94a60a124b
1 changed files with 0 additions and 6 deletions
|
@ -364,12 +364,6 @@ def sign_up_post(v):
|
||||||
g.db.add(new_user)
|
g.db.add(new_user)
|
||||||
g.db.flush()
|
g.db.flush()
|
||||||
|
|
||||||
# give a beta badge
|
|
||||||
beta_badge = Badge(user_id=new_user.id,
|
|
||||||
badge_id=6)
|
|
||||||
|
|
||||||
g.db.add(beta_badge)
|
|
||||||
|
|
||||||
# check alts
|
# check alts
|
||||||
|
|
||||||
check_for_alts(new_user.id)
|
check_for_alts(new_user.id)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue