Bladeren bron

Location external map target = blank
- Rather than remove

Scot Hacker 8 jaren geleden
bovenliggende
commit
4fa37f8640
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      bakerydemo/templates/locations/locations_index_page.html

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

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