From 698478d0371de79fbfe343c94c3545e964881fd9 Mon Sep 17 00:00:00 2001 From: Paul Burt Date: Wed, 28 Aug 2013 10:06:54 +0100 Subject: [PATCH] [#279] Added disclaimer to global maps explaining static image regression. --- akvo/templates/rsr/organisation/global_organisation_map.html | 1 + akvo/templates/rsr/project/global_project_map.html | 1 + 2 files changed, 2 insertions(+) diff --git a/akvo/templates/rsr/organisation/global_organisation_map.html b/akvo/templates/rsr/organisation/global_organisation_map.html index 0409958b27..6dc00a4932 100644 --- a/akvo/templates/rsr/organisation/global_organisation_map.html +++ b/akvo/templates/rsr/organisation/global_organisation_map.html @@ -28,5 +28,6 @@

{% comment %} {% map 'organisation' 975 600 'dynamic' %} {% endcomment %} +

We have temporarily disabled Interactive Global Maps in Akvo RSR. We are working on this and will update this page as soon as we can. In the meantime you can still access all organisations by viewing the Organisation List.

Global organisation map {% endblock %} diff --git a/akvo/templates/rsr/project/global_project_map.html b/akvo/templates/rsr/project/global_project_map.html index 98bd464e8f..7478066e02 100644 --- a/akvo/templates/rsr/project/global_project_map.html +++ b/akvo/templates/rsr/project/global_project_map.html @@ -29,5 +29,6 @@

{% comment %} {% map 'project' 975 600 'dynamic' %} {% endcomment %} +

We have temporarily disabled Interactive Global Maps in Akvo RSR. We are working on this and will update this page as soon as we can. In the meantime you can still access all projects by viewing the Project List.

Global project map {% endblock %}