mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Add big numbers to dashboard
A suggestion of what high-level information users might need on the dashboard page.
This commit is contained in:
@@ -8,5 +8,8 @@ from ._jobs import jobs
|
||||
@main.route("/dashboard")
|
||||
def dashboard():
|
||||
return render_template(
|
||||
'views/dashboard.html', jobs=jobs
|
||||
'views/dashboard.html',
|
||||
jobs=jobs,
|
||||
free_text_messages_remaining=560,
|
||||
spent_this_month='0.00'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user