Skip to content

Commit

Permalink
Fixes #4036
Browse files Browse the repository at this point in the history
  • Loading branch information
capooti committed Oct 30, 2018
1 parent 88c31d2 commit 845c073
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
{% block title %} {% trans "Map Viewer" %} - {{ block.super }} {% endblock %}

{% block head %}
{% include "wm_extra/maps/ext_header.html" %}
{% include "wm_extra/maps/app_header.html" %}
{% include "wm_extra/maps/geo_header.html" %}
{% include "worldmap/ext_header.html" %}
{% include "worldmap/app_header.html" %}
{% include "worldmap/geo_header.html" %}
{{ block.super }}
{% if "gme-" in GOOGLE_API_KEY %}
<script src="https://www.google.com/jsapi?client={{GOOGLE_API_KEY}}"></script>
Expand Down

0 comments on commit 845c073

Please sign in to comment.