{% extends "partials/base.html" %} {% load static %} {% block title %}File Uploads{% endblock title %} {% block pagetitle %} {% include "partials/page-title.html" with pagetitle="Forms" title="File Uploads" %} {% endblock pagetitle %} {% block content %}

Dropzone File Upload

DropzoneJS is an open source library that provides drag’n’drop file uploads with image previews.

Drop files here or click to upload.

(This is just a demo dropzone. Selected files are not actually uploaded.)
{% endblock content %} {% block extra_js %} {% endblock extra_js %}