Merge pull request #2189 from GSA/2175-user-story-update-home-page-phase-s1

Update Homepage Content
This commit is contained in:
Alex Janousek
2024-12-16 15:22:30 -05:00
committed by GitHub
16 changed files with 911 additions and 1010 deletions

View File

@@ -55,7 +55,7 @@ def index():
return render_template(
"views/signedout.html",
sms_rate=CURRENT_SMS_RATE,
counts=status_api_client.get_count_of_live_services_and_organizations()
counts=status_api_client.get_count_of_live_services_and_organizations(),
)