File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ def ds_return():
9090 event = request .args .get ("event" )
9191 state = request .args .get ("state" )
9292 envelope_id = request .args .get ("envelopeId" )
93+ DS_CONFIG ["quickstart" ] = "false"
9394 return render_template (
9495 "ds_return.html" ,
9596 title = "Return from DocuSign" ,
Original file line number Diff line number Diff line change @@ -20,13 +20,14 @@ def index():
2020 # )
2121 if DS_CONFIG ["quickstart" ] == "true" :
2222 return redirect (url_for ("core.qshome" ))
23+
2324 else :
2425 return render_template ("home.html" , title = "Home - Python Code Examples" )
2526
2627
27- @core .route ("/quickstarthome " )
28+ @core .route ("/eg001 " )
2829def qshome ():
29- return render_template ("quickstarthome .html" , title = "Homepage for Quickstart" )
30+ return render_template ("eg001_embedded_signing .html" , title = "Homepage for Quickstart" )
3031
3132
3233@core .route ("/index" )
You can’t perform that action at this time.
0 commit comments