From 01abdb4a363605213e8dce5ee56dc0afcdb2c2a4 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Sun, 15 Jul 2018 14:48:31 -0400 Subject: [PATCH] Remove redundant info about search location on the homepage --- get_together/templates/get_together/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/get_together/templates/get_together/index.html b/get_together/templates/get_together/index.html index 13b272e..72c0d8f 100644 --- a/get_together/templates/get_together/index.html +++ b/get_together/templates/get_together/index.html @@ -15,7 +15,6 @@ {% if geoip_lookup or city_search %}
- {% if city %}Searching within {{distance}} km of {{ city }}
{% endif %}

Nearby Events

@@ -49,7 +48,7 @@ {% else %}
- There are no events within {{ distance }}km of you. + There are no events within {{ distance }}km of {% if city %}{{ city }}{% else %}you{% endif %}. Create one now or View all events @@ -115,7 +114,7 @@ {% else %}
- There are no teams within {{ distance }}km of you. + There are no teams within {{ distance }}km of {% if city %}{{ city }}{% else %}you{% endif %}. Create one now or View all teams