diff options
Diffstat (limited to 'templates/chimere/base.html')
| -rw-r--r-- | templates/chimere/base.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/chimere/base.html b/templates/chimere/base.html index b24f070..8f13830 100644 --- a/templates/chimere/base.html +++ b/templates/chimere/base.html @@ -32,6 +32,8 @@ <!-- End Piwik Code --> {% endblock %} {% block header %} +{% comment %} +<-- app mobile !--> <noscript> <div id="no-js-message"> <p id='no-js' class='warning'>{% trans "You must enable JavaScript in your browser to display Chimère."%}</p> @@ -43,6 +45,7 @@ {% block actions %} {% include "chimere/blocks/actions.html" %} {% endblock %} +{% endcomment %} {% endblock %} {% block content %} {% block top %}{% endblock %} @@ -53,4 +56,3 @@ {% block footer %} {% include "chimere/blocks/footer.html" %} {% endblock %} - |
