fix file uploads by adding form enctype

This commit is contained in:
Sanjay B 2013-08-12 16:50:24 +05:30
parent 1c88510391
commit 40aa62f687

View File

@ -177,7 +177,7 @@ $(function(){
Please correct the errors below and re-submit.
</div>
{% endif %}
<form id="formItf" action="" class="uniForm" method="POST">
<form id="formItf" action="" class="uniForm" method="POST" enctype="multipart/form-data">
{% csrf_token %}
<div>
<!-- <input type="hidden" data-placeholder="Choose Connections" id="id_connections" name="connections" style="width:600px" /> -->