{% extends "base.html" %} {% block content %}

Django Sticky Uploads Example

Use the below for to test the background upload functionality of django-sticky-uploads. If the file was successfully uploaded in the background it should persist even if you do not include the required name.

{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}