From 7407f53f220fccd837c689b8f314edc5bae70def Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 11 Oct 2021 20:35:18 +0200 Subject: [PATCH] Add indication of community events on events details page This should probably have been there from the beginning, and was just missed. Spotted by Bruce Momjian --- templates/events/item.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/events/item.html b/templates/events/item.html index 81eb42d0..00fa6535 100644 --- a/templates/events/item.html +++ b/templates/events/item.html @@ -6,6 +6,7 @@
Date: {{obj.displaydate|safe}}
Location: {{obj.locationstring}}
{%if obj.language%}
Language: {{obj.language}}
{%endif%} +{%if obj.badged%}PostgreSQL Community Event This event is recognised under the community event guidelines.{%endif%} {{obj.details|markdown}} {%if obj.has_organisation%}

Posted by {{obj.org}}{%if obj.org.email%} ({{obj.org.email}}){%endif%}.

-- 2.39.5