From 0a1832d026b6d55e15821275392efc581affa6f2 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Mon, 2 Apr 2018 22:47:12 -0400 Subject: [PATCH] Add buttons to view all events or all teams when none are found nearby on the homepage. Fixes #58 --- get_together/templates/get_together/index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/get_together/templates/get_together/index.html b/get_together/templates/get_together/index.html index a5b10a0..147ec69 100644 --- a/get_together/templates/get_together/index.html +++ b/get_together/templates/get_together/index.html @@ -50,7 +50,9 @@
There are no events near you. - Create one now + Create one now + or + View all events
{% endif %} @@ -91,7 +93,9 @@
There are no teams near you. - Create one now + Create one now + or + View all teams
{% endif %}