diff --git a/sato/templates/footer/footer.html b/sato/templates/footer/footer.html index 520b8744..b1c5ef0f 100644 --- a/sato/templates/footer/footer.html +++ b/sato/templates/footer/footer.html @@ -54,10 +54,10 @@
Urho Kekkosen katu 4-6 D
+Lapinrinne 1 E1
- 00100 + 00180 Helsinki
diff --git a/sato/templates/specific-pages/yhteystiedot.html b/sato/templates/specific-pages/yhteystiedot.html index de14a93d..faed55a6 100644 --- a/sato/templates/specific-pages/yhteystiedot.html +++ b/sato/templates/specific-pages/yhteystiedot.html @@ -19,7 +19,7 @@ }); var geocoder = new google.maps.Geocoder(); - var address = "Urho Kekkosen katu 4-6 D, Helsinki"; + var address = "Lapinrinne 1 E1"; geocoder.geocode({ 'address': address }, function (results, status) { if (status === 'OK') {