{% extends "admin/base.html" %} {% block css %} {{ block.super }} {% endblock %} {% block content %}
{% for image in images %}
{% endfor %}

Photo uploader

Add files...


  • The maximum file size for upload is 5 MB.
  • For best results please try to upload images that are aproximately 1024 pixels wide.
  • Only image files (JPG, GIF, PNG) are accepted.
  • You can drag & drop files from your desktop on this webpage (see Browser support). Or click the 'add files' button and select multiple files
{% endblock %} {% block js %} {{ block.super }} {% endblock %}