fix file uploads by adding form enctype
This commit is contained in:
parent
1c88510391
commit
40aa62f687
|
@ -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" /> -->
|
||||
|
|
Loading…
Reference in New Issue
Block a user