Skip to content

Commit

Permalink
real values on map
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolerd committed Aug 24, 2015
1 parent 4d836f9 commit 13c2d4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/templates/pages/contacts.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
{{ list_blocks(blocks) }}
</div>

<div id="container-map" mlat="" mlng="" clat="" clng="" zoom="16"></div>
<!-- TODO: parse given link and populate attributes with real values: -->
<div id="container-map" mlat="50.4049258" mlng="30.6798472" clat="50.4049258" clng="30.6798472" zoom="16"></div>
{% endblock %}
{% block meta %}
{{ super() }}
Expand Down

0 comments on commit 13c2d4e

Please sign in to comment.