From 4220a2df1d78b7e04d8bc4d3e6d6d0f01577baf2 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 21 Nov 2012 17:50:27 +0100 Subject: [PATCH] Update to follow django-chickpea changes --- README.rst | 7 +++++++ youmap/templates/base.html | 22 ++++++++++++---------- youmap/templates/chickpea/map_form.html | 2 ++ youmap/templates/youmap/home.html | 15 +-------------- 4 files changed, 22 insertions(+), 24 deletions(-) diff --git a/README.rst b/README.rst index 80153bf8..650c1592 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,13 @@ YouMap project ============== +About +----- +YouMap let you create map with OpenStreetMap layers in a minute and embed them in your site. +*Be cause we think that the more OSM will be used, the more OSM will be **cured**.* +It uses django-chickpea, built on top of Django and Leaflet + + Quickstart ---------- diff --git a/youmap/templates/base.html b/youmap/templates/base.html index cffc9e80..c8aeeb6b 100644 --- a/youmap/templates/base.html +++ b/youmap/templates/base.html @@ -28,7 +28,7 @@ - + @@ -40,22 +40,24 @@ {% block bottom_js %} -{% endblock bottom_js %} \ No newline at end of file +{% endblock content %} \ No newline at end of file