File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
pyconbalkan/cfp/templates Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff 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 %}
You can’t perform that action at this time.
0 commit comments