Explorar o código

Merge pull request #113 from wagtail/110_rem_maplinks

Remove map links from Locations index
Scot Hacker %!s(int64=8) %!d(string=hai) anos
pai
achega
6c919e0736
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bakerydemo/templates/locations/locations_index_page.html

+ 1 - 1
bakerydemo/templates/locations/locations_index_page.html

@@ -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>