N°3539 - Remove viewport meta tag as we won't be able to make the backoffice responsive in 3.0

This commit is contained in:
Molkobain
2021-07-15 09:09:47 +02:00
parent 4e1db7d7e2
commit a4104d4315

View File

@@ -4,7 +4,6 @@
<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 %}