{% extends "admin/change_list.html" %} {% block extrastyle %} {{ block.super }} {{ form.media.css }} {% endblock extrastyle %} {% block content_title %}{% endblock %} {% block content %}

Upload Files (Previously Uploaded Files)

{% csrf_token %} {% include "uploader/upload_ui.html" %}
{% endblock content %} {% block footer %} {% if JQUERY_URL %} {% else %} {% endif %} {{ block.super }} {{ form.media.js }} {% include "uploader/basicplus_script.html" %} {% endblock footer %}