Add two steps to onboarding banner

It’s not obvious what the first steps are when you’ve just signed up.

This commit changes the banner on the dashboard to make it obvious.
This commit is contained in:
Chris Hill-Scott
2016-02-04 09:58:56 +00:00
parent 28f700366c
commit 48df622aba
3 changed files with 19 additions and 15 deletions

View File

@@ -28,7 +28,7 @@ def service_dashboard(service_id):
raise e
return render_template(
'views/service_dashboard.html',
jobs=reversed(jobs),
jobs=list(reversed(jobs)),
free_text_messages_remaining='25,000',
spent_this_month='0.00',
template_count=len(templates),