From 625013217a059d4f25212466c4147628c4181da3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1tia=20Nakamura?= Date: Mon, 27 Aug 2018 20:50:36 +0200 Subject: [PATCH] cfp: open cfp form --- pyconbalkan/cfp/templates/cfp_form.html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/pyconbalkan/cfp/templates/cfp_form.html b/pyconbalkan/cfp/templates/cfp_form.html index f1aa4f54..3b45279f 100644 --- a/pyconbalkan/cfp/templates/cfp_form.html +++ b/pyconbalkan/cfp/templates/cfp_form.html @@ -40,11 +40,21 @@

Be sure you include the following elements in your submission:

-

Call For Proposals

+

Call For Proposals - 2nd Round


-

First round of CFPs has been closed, thanks to everyone for applying.

-

The CFPs are being reviewed now by our Reviewers team so stay tuned. :)

+ {% if success %} +

+ {{ success }} +

+ {% endif %} +
+
+ {% csrf_token %} + {{ form.as_p }} + +
+
{% endblock %}