Add missing viewport meta from webpage template

(Backoffice won't be responsive in iTop 3.0)
This commit is contained in:
Molkobain
2021-06-12 19:26:25 +02:00
parent 4b03b42494
commit 5a4c9393a4

View File

@@ -4,6 +4,7 @@
<html lang="{{ aPage.aMetadata.sLang }}">
<head>
<meta charset="{{ aPage.aMetadata.sCharset }}">
<meta name="viewport" content="width=device-width">
{# This block can be used to add your own meta tags by extending the default template #}
{% block iboPageExtraMetas %}
{% endblock %}