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