Skip to content

Commit

Permalink
PW-176 redirect parm
Browse files Browse the repository at this point in the history
  • Loading branch information
andreywork committed Nov 19, 2015
1 parent 8f19550 commit 2ceaf0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subscription/controls.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def getEmailInfo(activationCodes, termId, quantity, payment, transactionId, emai
# https://demoui.arabidopsis.org/#/contentaccess/login?partnerId=tair&redirect=https:%2F%2Fdemotair.arabidopsis.org%2Fjsp%2Fcommunity%2Fwelcome.jsp
# http://demotair.arabidopsis.org/jsp/community/welcome.jsp
#"loginUrl": hostname+"/#/login?partnerId="+partnerObj.partnerId+"&redirect="+redirect,
"loginUrl": hostname+"jsp/community/welcome.jsp",
"loginUrl": redirect+"/jsp/community/welcome.jsp",
"partnerId": partnerObj.partnerId,
"subscriptionDescription": "%s Subscription" % partnerObj.name,
"institute": institute,
Expand Down

0 comments on commit 2ceaf0e

Please sign in to comment.