{% include 'AdminTemplates/adminDash.html' %} {% load static %} {% block body %}
{% if edit_saved %} {{edit_saved}} {% endif %}
{% for i in banners %}
{% csrf_token %}
  • img

    {{raw_name}}

    {{raw_mb_size}} bytes

    X
img

Drag and drop a file to upload

Cancel
{% endfor %}
{% endblock body %}