diff --git a/app/templates/components/live-search.html b/app/templates/components/live-search.html index f60b8f60c..bbc31f675 100644 --- a/app/templates/components/live-search.html +++ b/app/templates/components/live-search.html @@ -13,7 +13,8 @@ {{ textbox( form.search, width='1-1', - label=search_label + label=search_label, + autocomplete="off" ) }} diff --git a/app/templates/views/service-settings/set-email-branding.html b/app/templates/views/service-settings/set-email-branding.html index b79c7a542..0e893a079 100644 --- a/app/templates/views/service-settings/set-email-branding.html +++ b/app/templates/views/service-settings/set-email-branding.html @@ -10,7 +10,7 @@ {% block maincolumn_content %}

Set email branding

-
+