From 5ff2222d23165721b8f92f624c04d7d8328da9f9 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Wed, 12 Jun 2024 09:11:03 +0100 Subject: [PATCH] Don't show the "accepting proposals" message all the time. --- templates/pages/call-for-papers.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/pages/call-for-papers.html b/templates/pages/call-for-papers.html index ccd5dce..2d4325c 100644 --- a/templates/pages/call-for-papers.html +++ b/templates/pages/call-for-papers.html @@ -18,9 +18,12 @@

Call for Papers

-
- We are now accepting proposals for {{ confname }} {{ year }}! -
+ + {% if cfp.open and not cfp.closed %} +
+ We are now accepting proposals for {{ confname }} {{ year }}! +
+ {%endif%}
{% if cfp.open and not cfp.closed %}

@@ -235,4 +238,3 @@

{% endif %} {% endblock %} - -- 2.39.5