Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Moved Heroku URL to new done page
Browse files Browse the repository at this point in the history
  • Loading branch information
migurski committed Feb 5, 2015
1 parent eb8f1ae commit a33be37
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 52 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def callback_heroku():
url = '{0}://{1}/tarball/{2}'.format(get_scheme(request), request.host, tar_id)
app_name = create_app(access['access_token'], url)

return render_template('interstitial.html', style_base=get_style_base(request),
return render_template('done.html', style_base=get_style_base(request),
heroku_url=heroku_app_activity_template.format(app_name))

return redirect(heroku_app_activity_template.format(app_name))
Expand Down
2 changes: 1 addition & 1 deletion templates/done.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h2>Table of Contents</h2>

<h2>Setup complete!</h2>
<p>Yay, you're all set up!</p>
<p>You can view your dashboard at this url: <a href="URLHEREPLZ">URLHERE</a></p>
<p>You can view your dashboard at this url: <a href="{{ heroku_url }}">{{ heroku_url }}</a></p>
<p>We're interested in knowing who's using this so we can notify you of upgrades and possibly check in very occasionally with a few questions. Could you please tell us a little bit about yourself? (Of course we'll never share this information with anyone.)</p>

<form action="https://docs.google.com/forms/d/10vKzY6qQZu1bLFl98xr6FecgwoFmRfBQVAb5tSOysuM/formResponse" method="POST">
Expand Down
50 changes: 0 additions & 50 deletions templates/interstitial.html

This file was deleted.

0 comments on commit a33be37

Please sign in to comment.