mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Add missing viewport meta from webpage template
(Backoffice won't be responsive in iTop 3.0)
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user