mirror of
https://github.com/binary-kitchen/doorlockd
synced 2025-01-04 23:45:23 +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 %}
|
{% block head %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
<meta http-equiv="refresh" content="600">
|
<meta http-equiv="refresh" content="600">
|
||||||
|
<meta name="google" content="notranslate">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
|
Loading…
Reference in New Issue
Block a user