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