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