Commit 4bffd58f authored by Xiaowu Zhang's avatar Xiaowu Zhang

slapos_subscription_request: change url when token is invalidated

parent 4627d906
......@@ -17,7 +17,7 @@ if token:
if error:
base_url = web_site.absolute_url()
redirect_url = "%s/#order?name=%s&email=%s&amount=%s&subscription_reference=%s&token=%s&error=%s" % (
redirect_url = "%s/order?field_your_reservation_name=%s&field_your_reservation_email=%s&field_your_reservation_number_of_machines=%s&field_your_reservation_network=%s&field_your_reservation_invitation_token=%s&portal_status_message=%s" % (
base_url,
user_input_dict['name'],
email,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment