Skip to content

Commit

Permalink
fixed signup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack committed Jun 4, 2022
1 parent 60bdaa7 commit 16a5591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saas_apps_signup/controllers/auth_signup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def get_auth_signup_qcontext(self):
template = template[0]

else:
template = None
template = request.env.ref("saas_apps.base_template")
if template:
d["operator_id"] = template._random_ready_operator_id()

Expand Down

0 comments on commit 16a5591

Please sign in to comment.