mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
formatting
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ from flask import (
|
|||||||
render_template,
|
render_template,
|
||||||
request,
|
request,
|
||||||
session,
|
session,
|
||||||
url_for
|
url_for,
|
||||||
)
|
)
|
||||||
from flask.globals import _lookup_req_object, _request_ctx_stack
|
from flask.globals import _lookup_req_object, _request_ctx_stack
|
||||||
from flask_login import LoginManager, current_user
|
from flask_login import LoginManager, current_user
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ def index():
|
|||||||
return render_template(
|
return render_template(
|
||||||
'views/signedout.html',
|
'views/signedout.html',
|
||||||
sms_rate=CURRENT_SMS_RATE,
|
sms_rate=CURRENT_SMS_RATE,
|
||||||
counts=status_api_client.get_count_of_live_services_and_organisations()
|
counts=status_api_client.get_count_of_live_services_and_organisations(),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user