From 6a5987e7cb1b1cc1bc3c8a8fcf719053e9726d84 Mon Sep 17 00:00:00 2001 From: Ralf Ramsauer Date: Sat, 6 Oct 2018 03:09:38 +0200 Subject: [PATCH] templates: Don't let google try to translate our page Google tries to autotranslate the page. Avoid this by adding a specific notranslate meta tag. Signed-off-by: Ralf Ramsauer --- share/doorlockd/templates/display.html | 1 + 1 file changed, 1 insertion(+) diff --git a/share/doorlockd/templates/display.html b/share/doorlockd/templates/display.html index 845ef4f..cfb34f7 100644 --- a/share/doorlockd/templates/display.html +++ b/share/doorlockd/templates/display.html @@ -3,6 +3,7 @@ {% block head %} {{ super() }} + {% endblock %} {% block scripts %}