Skip to content

Commit

Permalink
[#279] Commented out dynamic maps and pasted in static placeholder im…
Browse files Browse the repository at this point in the history
…ages.
  • Loading branch information
peeb committed Aug 28, 2013
1 parent 34051bd commit b58bd2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions akvo/templates/rsr/organisation/global_organisation_map.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
<h1>
{% trans 'Map of all organisations' %}
</h1>
{% comment %}
{% map 'organisation' 975 600 'dynamic' %}
{% endcomment %}
<img src="{{MEDIA_URL}}akvo/img/maps/global_organisation_map.png" alt="Global organisation map">
{% endblock %}
3 changes: 3 additions & 0 deletions akvo/templates/rsr/project/global_project_map.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
<h1>
{% trans 'Map of all projects' %}
</h1>
{% comment %}
{% map 'project' 975 600 'dynamic' %}
{% endcomment %}
<img src="{{MEDIA_URL}}akvo/img/maps/global_project_map.png" alt="Global project map">
{% endblock %}

0 comments on commit b58bd2c

Please sign in to comment.