|
|
|
@ -98,7 +98,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<input type="hidden" name="{{ portfolio_form.user.html_name }}" value="{{ request.user.pk }}"/> |
|
|
|
<input type="hidden" name="{{ portfolio_form.user.html_name }}" value="{{ request.user.pk }}"/> |
|
|
|
<input type="hidden" name="images-ids" id="upload-files-pk"/> |
|
|
|
<input type="hidden" name="{{ portfolio_form.images_ids.html_name }}" id="upload-files-pk"/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
@ -106,6 +106,8 @@ |
|
|
|
<!-- The fileinput-button span is used to style the file input field as button --> |
|
|
|
<!-- The fileinput-button span is used to style the file input field as button --> |
|
|
|
|
|
|
|
|
|
|
|
<div class="textAreaBlock2 polsF1 text-nn box-sizing disTab" style="margin-bottom: 12px;"> |
|
|
|
<div class="textAreaBlock2 polsF1 text-nn box-sizing disTab" style="margin-bottom: 12px;"> |
|
|
|
|
|
|
|
<span style="color: red; margin-left:8px; font-size: 12px;" |
|
|
|
|
|
|
|
class="error-{{ portfolio_form.images_ids.html_name }}">{{ portfolio_form.images_ids.errors.as_text }}</span> |
|
|
|
<span class="btn btn-success fileinput-button add_file_to_port"> |
|
|
|
<span class="btn btn-success fileinput-button add_file_to_port"> |
|
|
|
<span>Выберите файлы</span> |
|
|
|
<span>Выберите файлы</span> |
|
|
|
<input id="fileupload" type="file" name="file" multiple value=""> |
|
|
|
<input id="fileupload" type="file" name="file" multiple value=""> |
|
|
|
|