From 19dc798e5aefbe4e3f32126d470cde3bdc6c5f54 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 18 Aug 2022 14:26:32 +0200 Subject: [PATCH] Fix properies for checking which parts of an event are open --- template/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/index.html b/template/index.html index 310a4bb..435d9ce 100644 --- a/template/index.html +++ b/template/index.html @@ -33,17 +33,17 @@
{{event.location}}
-{%if event.active%} +{%if event.IsRegistrationOpen%} {%endif%} -{%if event.callforpapersopen%} +{%if event.IsCallForPapersOpen%} {%endif%} -{%if event.callforsponsorsopen%} +{%if event.IsCallForSponsorsOpen%} -- 2.39.5