Removed obsolete file upload stuff.

This commit is contained in:
2017-06-16 14:05:02 +02:00
parent fc4ab9d6ba
commit a19ad751a8
3 changed files with 0 additions and 47 deletions

View File

@@ -1,18 +0,0 @@
| {% macro render_file_uploader() %}
#fileUploaderModal.modal.fade(
tabindex="-1", role="dialog", aria-labelledby="fileUploaderModalLabel", aria-hidden="true")
.modal-dialog
.modal-content
.modal-header
button.close(type="button", data-dismiss="modal", aria-label="Close")
span(aria-hidden="true") ×
h4.modal-title Upload file
.modal-body
| {% include '_macros/include _file_uploader_form.html' %}
.modal-footer
button.btn.btn-default(type="button", data-dismiss="modal") Close
| {% endmacro %}