mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-30 13:41:50 +01:00
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 <ralf@binary-kitchen.de>
This commit is contained in:
parent
3b2544d892
commit
6a5987e7cb
@ -3,6 +3,7 @@
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
<meta http-equiv="refresh" content="600">
|
||||
<meta name="google" content="notranslate">
|
||||
{% endblock %}
|
||||
|
||||
{% block scripts %}
|
||||
|
Loading…
Reference in New Issue
Block a user