diff options
-rw-r--r-- | askbot/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/templates/base.html b/askbot/templates/base.html index ffe3bf84..a5607fc4 100644 --- a/askbot/templates/base.html +++ b/askbot/templates/base.html @@ -9,8 +9,8 @@ <meta name="keywords" content="{%block keywords%}{%endblock%},{{settings.APP_KEYWORDS|escape}}" /> {% if settings.GOOGLE_SITEMAP_CODE %} <meta name="google-site-verification" content="{{settings.GOOGLE_SITEMAP_CODE}}" /> - <meta name="viewport" content="width=device-width, initial-scale=1" /> {% endif %} + <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <link rel="shortcut icon" href="{{ settings.SITE_FAVICON|media }}" /> {% block before_css %}{% endblock %} {% include "meta/html_head_stylesheets.html" %} |