From 386d757fe9ceff3a6a7f240239ce00582ec0cee3 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Tue, 23 Jan 2018 11:29:46 -0500 Subject: [PATCH] Switch team name and event name in events list cards --- .../{event_placeholder.png => team_placeholder.png} | Bin get_together/templates/get_together/events.html | 10 ++++++---- 2 files changed, 6 insertions(+), 4 deletions(-) rename get_together/static/img/{event_placeholder.png => team_placeholder.png} (100%) diff --git a/get_together/static/img/event_placeholder.png b/get_together/static/img/team_placeholder.png similarity index 100% rename from get_together/static/img/event_placeholder.png rename to get_together/static/img/team_placeholder.png diff --git a/get_together/templates/get_together/events.html b/get_together/templates/get_together/events.html index ab70fa0..7b8d44c 100644 --- a/get_together/templates/get_together/events.html +++ b/get_together/templates/get_together/events.html @@ -15,6 +15,9 @@ font-size: 18pt; font-weight: bold; text-shadow: 2px 2px #444; +} +.card-link { + color: #000 !important; } {% endblock %} @@ -27,12 +30,11 @@
- {{event.name}} -

{{event.name}}

+ {{event.name}} +

{{event.team.name}}

-

{{ event.team.name }}

-

{{ event.summary }}

+

{{event.name}}

{{ event.start_time }}