Skip to content

Commit 87ebf1b

Browse files
author
Bojan Jovanovic
committed
Removing cfp's
1 parent c079d59 commit 87ebf1b

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

pyconbalkan/cfp/templates/cfp_form.html

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,8 @@ <h3>Be sure you include the following elements in your submission:</h3>
4343
<h1>Call For Proposals</h1>
4444
<hr class="line">
4545

46-
{% if success %}
47-
<h2 class="success-message">
48-
{{ success }}
49-
</h2>
50-
{% endif %}
51-
52-
<form class="form" action="{% url 'cfp' %}" method="POST" enctype="multipart/form-data" novalidate>
53-
<div class="form-group">
54-
{% csrf_token %}
55-
{{ form.as_p }}
56-
<input class="button button--blue button--fullwidth mb-xs-40" type="submit" value="Submit" />
57-
</div>
58-
</form>
46+
<p>First round of CFPs has been closed, thanks to everyone for applying.</p>
47+
<p>The CFPs are being reviewed now by our Reviewers team so stay tuned. :)</p>
5948
</div>
6049

6150
{% endblock %}

0 commit comments

Comments
 (0)