Merge pull request #113 from wagtail/110_rem_maplinks

Remove map links from Locations index
pull/119/head
Scot Hacker 2017-03-24 00:20:02 -07:00 zatwierdzone przez GitHub
commit 6c919e0736
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -25,7 +25,7 @@
</h1></a>
<address>{{ location.address }}</address>
<a href="https://google.com/maps/?q={{ location.lat_long }}" class="btn">Map</a>
<a href="https://google.com/maps/?q={{ location.lat_long }}" class="btn" target="_blank">Map</a>
</div>
{% endfor %}
</div>