mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user