From 292471caca610611c9732ccde1ba5f15bf72c52d Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Mon, 14 Dec 2020 20:56:07 +0530 Subject: Disable proposal submission form --- static/website/templates/submit-cfp.html | 8 ++++++++ static/website/templates/submit-cfw.html | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/static/website/templates/submit-cfp.html b/static/website/templates/submit-cfp.html index 88bd54e..8695395 100755 --- a/static/website/templates/submit-cfp.html +++ b/static/website/templates/submit-cfp.html @@ -10,6 +10,8 @@

+ {% if cfp_dates.receive_proposals %} +

Submit Proposal

@@ -108,6 +110,12 @@
+ + {% else %} +
+

We no longer accept proposals

+
+ {% endif %}
{% endblock %} diff --git a/static/website/templates/submit-cfw.html b/static/website/templates/submit-cfw.html index 6d4136c..4f9ffcb 100755 --- a/static/website/templates/submit-cfw.html +++ b/static/website/templates/submit-cfw.html @@ -5,6 +5,7 @@
+ {% if cfp_dates.receive_proposals %}

Submit Workshop Proposal

@@ -110,6 +111,11 @@ Back
+ {% else %} +
+

We no longer accept proposals

+
+ {% endif %}
-- cgit