mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
remove Change button for timezone
This commit is contained in:
@@ -45,14 +45,9 @@
|
|||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
|
||||||
{% call row() %}
|
{% call row() %}
|
||||||
{{ text_field('Preferred Timezone') }}
|
{{ text_field('Preferred timezone') }}
|
||||||
{{ optional_text_field(current_user.preferred_timezone) }}
|
{{ optional_text_field(current_user.preferred_timezone) }}
|
||||||
{{ edit_field(
|
{{ text_field('Set automatically') }}
|
||||||
'Change',
|
|
||||||
url_for('.user_profile_preferred_timezone'),
|
|
||||||
suffix='preferred timezone'
|
|
||||||
)
|
|
||||||
}}
|
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
|
||||||
{% if current_user.platform_admin or session.get('disable_platform_admin_view') %}
|
{% if current_user.platform_admin or session.get('disable_platform_admin_view') %}
|
||||||
|
|||||||
Reference in New Issue
Block a user