diff --git a/app/main/views/user_profile.py b/app/main/views/user_profile.py index 372fa6213..ec9e27035 100644 --- a/app/main/views/user_profile.py +++ b/app/main/views/user_profile.py @@ -282,7 +282,7 @@ def set_timezone(): # Cookie is set in dashboard.html on page load try: timezone = request.cookies.get("timezone", "US/Eastern") - current_app.logger.debug(f"User's timezone is {timezone}") + current_app.logger.debug(hilite(f"User's timezone is {timezone}")) serialized_user = current_user.serialize() if serialized_user["preferred_timezone"] is not timezone: current_user.update(preferred_timezone=timezone) diff --git a/app/templates/views/dashboard/dashboard.html b/app/templates/views/dashboard/dashboard.html index 7126e7ca8..27f9a8b71 100644 --- a/app/templates/views/dashboard/dashboard.html +++ b/app/templates/views/dashboard/dashboard.html @@ -7,13 +7,11 @@ {% block service_page_title %} Dashboard - - - - {% endblock %} {% block maincolumn_content %} + +