From d51dec1de107ff6d25d5e7ae593602f9b8cf8477 Mon Sep 17 00:00:00 2001 From: Lennu Vuolanne Date: Tue, 5 Jul 2022 23:00:15 +0300 Subject: [PATCH] changed address back to Lapinrinne --- sato/templates/footer/footer.html | 4 ++-- sato/templates/specific-pages/yhteystiedot.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 @@

Seuraa meitä

Satakuntalainen Osakunta

-

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') {