From d9f7cc538eddbb13884762e1da15b1fa7ce7e142 Mon Sep 17 00:00:00 2001 From: Kasper Brandt Date: Tue, 24 Feb 2015 10:36:48 +0100 Subject: [PATCH] [#1169] CSS fix for close button on map pop-ups --- akvo/templates/base.html | 6 ++++++ akvo/templates/organisation_main.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/akvo/templates/base.html b/akvo/templates/base.html index efd3f28913..a94b240da3 100644 --- a/akvo/templates/base.html +++ b/akvo/templates/base.html @@ -51,6 +51,12 @@ {% compressed_css 'rsr_v3_style' %} {% if stylesheet %}{% endif %} + {% block head %}{% endblock head %} diff --git a/akvo/templates/organisation_main.html b/akvo/templates/organisation_main.html index 4bd6478701..d881c48028 100644 --- a/akvo/templates/organisation_main.html +++ b/akvo/templates/organisation_main.html @@ -138,7 +138,7 @@

{% trans 'Funding' %}

- {% primary_location_map organisation '100%' '300px' 'static' %} + {% primary_location_map organisation '100%' '300px' 'dynamic' %} {# org_map organisation '100%' '300px' 'static' #}