Skip to content

Commit

Permalink
[FIX] comment out update_user_and_partner function
Browse files Browse the repository at this point in the history
  • Loading branch information
yelizariev committed Jun 22, 2015
1 parent 7e442bc commit d9951dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saas_portal/controllers/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def book_then_signup(self, **post):
full_dbname = self.get_full_dbname(post.get('dbname'))
dbtemplate = self.get_template()
# FIXME: line below should be deleted. This route called book_then_signup, but work as if user already signed up
organization = self.update_user_and_partner(full_dbname)
#organization = self.update_user_and_partner(full_dbname)

return self.create_new_database(dbtemplate, full_dbname, organization=organization)

Expand Down

0 comments on commit d9951dd

Please sign in to comment.