From 212a8f20fc676e44c7288b2efc5ac694b70722e1 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 4 Jan 2013 10:51:47 +0100 Subject: [PATCH] Remove footer while using endless pagination (fix #2) --- fabfile.py | 2 +- umap/templates/umap/home.html | 27 +-------------------------- 2 files changed, 2 insertions(+), 27 deletions(-) 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 %}