Skip to content

Commit ad88bb8

Browse files
author
Kátia Nakamura
authored
Merge pull request #119 from PythonBalkan/katia/open-cfp
cfp: open cfp form
2 parents 5d4aa7e + 6250132 commit ad88bb8

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

pyconbalkan/cfp/templates/cfp_form.html

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,21 @@ <h3>Be sure you include the following elements in your submission:</h3>
4040
</div>
4141

4242
<div class="column">
43-
<h1>Call For Proposals</h1>
43+
<h1>Call For Proposals - 2nd Round</h1>
4444
<hr class="line">
4545

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>
46+
{% if success %}
47+
<h2 class="success-message">
48+
{{ success }}
49+
</h2>
50+
{% endif %}
51+
<form class="form" action="{% url 'cfp' %}" method="POST" enctype="multipart/form-data" novalidate>
52+
<div class="form-group">
53+
{% csrf_token %}
54+
{{ form.as_p }}
55+
<input class="button button--blue button--fullwidth mb-xs-40" type="submit" value="Submit" />
56+
</div>
57+
</form>
4858
</div>
4959

5060
{% endblock %}

0 commit comments

Comments
 (0)