Skip to content

Commit

Permalink
Add mobile meta viewport directive
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanboniface committed Aug 15, 2012
1 parent 30e962a commit 9b812a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions carte_fluviale/settings.py
Expand Up @@ -24,8 +24,6 @@
SECRET_KEY = '6sri@3d*w*cg_yedxg#jvpf1^ikg&82^4nr7s&1he0!zm2!y7t'

INSTALLED_APPS = (
# 'carte_fluviale.apps.',

#'south',

'django.contrib.auth',
Expand Down
1 change: 1 addition & 0 deletions carte_fluviale/templates/chickpea/map_detail.html
Expand Up @@ -9,6 +9,7 @@
{% compress js %}
{% chickpea_js %}
{% endcompress %}
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
{% endblock %}

{% block content %}
Expand Down

0 comments on commit 9b812a6

Please sign in to comment.