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 %}