diff --git a/fabfile.py b/fabfile.py index 78c1717e..b2adaf1a 100644 --- a/fabfile.py +++ b/fabfile.py @@ -251,7 +251,7 @@ def collect_remote_statics(): remote_static_dir = '{project_dir}/{project_name}/remote_static'.format(**env) run('mkdir -p {0}'.format(remote_static_dir)) remote_repositories = { - 'leaflet': "git://github.com/CloudMade/Leaflet.git@stable", + 'leaflet': "git://github.com/CloudMade/Leaflet.git@master", 'draw': "git://github.com/jacobtoye/Leaflet.draw.git@master", 'hash': "git://github.com/mlevans/leaflet-hash.git@master", 'storage': 'git://github.com/yohanboniface/Leaflet.Storage.git@master', diff --git a/umap/templates/umap/home.html b/umap/templates/umap/home.html index 616e21cc..eb668c5e 100644 --- a/umap/templates/umap/home.html +++ b/umap/templates/umap/home.html @@ -95,32 +95,7 @@ - - - - - - - + {% endblock content %} {% block bottom_js %}