diff --git a/CHANGELOG.md b/CHANGELOG.md index 29f5be84b2f..bb79d0385c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ - Convert all uploaded images to JPEGs. - Redirect after POST when creating reports. #4362 - Include status change line in report update emails using auto response templates. + - Don't display a translation banner in front of important UI elements on Android. #4153 * v5.0 (10th May 2023) - Front end improvements: diff --git a/templates/web/base/common_header_tags.html b/templates/web/base/common_header_tags.html index 6a55fbd3a47..bd77c5cbb5a 100644 --- a/templates/web/base/common_header_tags.html +++ b/templates/web/base/common_header_tags.html @@ -80,5 +80,7 @@ [% END %] + + [% INCLUDE 'header_opengraph.html' %] [% TRY %][% PROCESS 'header_extra.html' %][% CATCH file %][% END %]