diff --git a/chrono/manager/templates/chrono/manager_agenda_view_buttons_fragment.html b/chrono/manager/templates/chrono/manager_agenda_view_buttons_fragment.html index 73693e85..6228cb10 100644 --- a/chrono/manager/templates/chrono/manager_agenda_view_buttons_fragment.html +++ b/chrono/manager/templates/chrono/manager_agenda_view_buttons_fragment.html @@ -6,11 +6,11 @@ {% if not no_opened and agenda.kind == 'events' %} {% trans 'Open events' %} {% endif %} -{% if not no_today %} - {% trans 'Today' %} -{% endif %} {% trans 'Day' %} {% trans 'Week' %} {% trans 'Month' %} +{% if not no_today %} + {% trans 'Today' %} +{% endif %} diff --git a/chrono/manager/templates/chrono/manager_resource_view_buttons_fragment.html b/chrono/manager/templates/chrono/manager_resource_view_buttons_fragment.html index 061b0335..d057f22e 100644 --- a/chrono/manager/templates/chrono/manager_resource_view_buttons_fragment.html +++ b/chrono/manager/templates/chrono/manager_resource_view_buttons_fragment.html @@ -3,11 +3,11 @@ {% now "m" as today_month %} {% now "j" as today_day %} {% now "Ymj" as today %} -{% if not no_today %} - {% trans 'Today' %} -{% endif %} {% trans 'Day' %} {% trans 'Week' %} {% trans 'Month' %} +{% if not no_today %} + {% trans 'Today' %} +{% endif %}