{% extends "base.html" %} {% block content %}
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 %} {% endfor %} {% endif %} {% endblock %}