From 90a5546df74ca3f128f0d52867b11bc150a369c2 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Sun, 8 Apr 2018 11:59:53 -0400 Subject: [PATCH] Set place name and website from Google Places API when possible --- .../get_together/places/create_place.html | 83 ++++++++----------- 1 file changed, 33 insertions(+), 50 deletions(-) diff --git a/get_together/templates/get_together/places/create_place.html b/get_together/templates/get_together/places/create_place.html index 04339db..f452090 100644 --- a/get_together/templates/get_together/places/create_place.html +++ b/get_together/templates/get_together/places/create_place.html @@ -22,7 +22,7 @@ {% endblock %} {% block javascript %} - +