From 9907409efd2fe6c8203e7b5bb6ef8916e143acec Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 26 Aug 2024 10:06:29 -0700 Subject: [PATCH] remove Change button for timezone --- app/templates/views/user-profile.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/app/templates/views/user-profile.html b/app/templates/views/user-profile.html index a03eeab50..fa6b069c2 100644 --- a/app/templates/views/user-profile.html +++ b/app/templates/views/user-profile.html @@ -45,14 +45,9 @@ {% endcall %} {% call row() %} - {{ text_field('Preferred Timezone') }} + {{ text_field('Preferred timezone') }} {{ optional_text_field(current_user.preferred_timezone) }} - {{ edit_field( - 'Change', - url_for('.user_profile_preferred_timezone'), - suffix='preferred timezone' - ) - }} + {{ text_field('Set automatically') }} {% endcall %} {% if current_user.platform_admin or session.get('disable_platform_admin_view') %}