mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
add gulp reference
This commit is contained in:
@@ -416,6 +416,7 @@ def get_dashboard_partials(service_id):
|
||||
def get_dashboard_totals(statistics):
|
||||
|
||||
timezone = request.cookies.get('timezone', 'UTC')
|
||||
print(hilite(f"HURRAY TIMEZONE IS {timezone}"))
|
||||
if current_user.preferred_timezone is not timezone:
|
||||
current_user.update(preferred_timezone=timezone)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user