From 74be8e4bd62100a5d858cf13c018a7775a06d6db Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Sun, 12 Aug 2018 10:03:21 -0400 Subject: [PATCH] Show event title in banner image of event cards --- get_together/templates/get_together/events/list_events.html | 4 ++-- get_together/templates/get_together/index.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/get_together/templates/get_together/events/list_events.html b/get_together/templates/get_together/events/list_events.html index 030d311..d4f61cd 100644 --- a/get_together/templates/get_together/events/list_events.html +++ b/get_together/templates/get_together/events/list_events.html @@ -21,11 +21,11 @@
{{event.name}} -

{{event.team.name}}

+

{{event.name}}

-

{{event.name}}

+

{{event.team.name}}

{{ event.local_start_time }}
diff --git a/get_together/templates/get_together/index.html b/get_together/templates/get_together/index.html index 72c0d8f..b2e1e75 100644 --- a/get_together/templates/get_together/index.html +++ b/get_together/templates/get_together/index.html @@ -30,11 +30,11 @@ {% else %} {{event.event_title}} {% endif %} +

{{event.event_title}}

-

{{event.group_name}}

-

{{event.event_title}}

+

{{event.group_name}}

{{ event.local_start_time }}
{{event.location_name}}
@@ -102,7 +102,7 @@

{{team.city}}

- {{ team.members.count }} members + {{ team.members.count }} Member{% if team.members.count > 1 %}s{% endif %}, {{ team.event_set.count }} Events