From cb3fd9d49d8733bb723692a82e8ef1ff460729d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 31 Aug 2018 16:14:01 +0200 Subject: [PATCH] misc: update appbar actions to new markup (#25999) --- hobo/environment/templates/environment/service_form.html | 1 - hobo/profile/templates/profile/attributedefinition_list.html | 2 ++ hobo/theme/templates/hobo/theme_home.html | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hobo/environment/templates/environment/service_form.html b/hobo/environment/templates/environment/service_form.html index b8017a3..e22e352 100644 --- a/hobo/environment/templates/environment/service_form.html +++ b/hobo/environment/templates/environment/service_form.html @@ -3,7 +3,6 @@ {% block appbar %}

{{ model_name }}

-{% trans 'Back to settings' %} {% endblock %} {% block content %} diff --git a/hobo/profile/templates/profile/attributedefinition_list.html b/hobo/profile/templates/profile/attributedefinition_list.html index aad43c8..66308e1 100644 --- a/hobo/profile/templates/profile/attributedefinition_list.html +++ b/hobo/profile/templates/profile/attributedefinition_list.html @@ -8,7 +8,9 @@ {% block appbar %}

{% trans 'User Profile' %}

+ {% trans 'New attribute' %} + {% endblock %} {% block content %} diff --git a/hobo/theme/templates/hobo/theme_home.html b/hobo/theme/templates/hobo/theme_home.html index aac8bcd..7a1c691 100644 --- a/hobo/theme/templates/hobo/theme_home.html +++ b/hobo/theme/templates/hobo/theme_home.html @@ -8,7 +8,9 @@ {% block appbar %}

{% trans 'Theme' %}

+ {% trans 'Options' %} + {% endblock %} {% block content %} -- 2.19.0.rc1