Преглед на файлове

Remove map links from Locations index
- Maps are already in location detail views - these lead readers out rather than in

Scot Hacker преди 8 години
родител
ревизия
aee0f5bcad
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      bakerydemo/templates/locations/locations_index_page.html

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

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