From 2840c3445d2d49d4bec2ccfb2e4e1ab1d21f8733 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Mon, 2 Apr 2018 22:49:12 -0400 Subject: [PATCH] Use an event's category image for OpenGraph image when available --- get_together/templates/get_together/events/show_event.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/get_together/templates/get_together/events/show_event.html b/get_together/templates/get_together/events/show_event.html index 386232c..e45b65a 100644 --- a/get_together/templates/get_together/events/show_event.html +++ b/get_together/templates/get_together/events/show_event.html @@ -8,7 +8,11 @@ + {% if event.team.category %} + + {% else %} + {% endif %} {% endblock %} {% block styles %}