{% include 'AdminTemplates/adminDash.html' %} {% load static %} {% block body %}
Main Top Left Banner
{% if banners %} {% for i in banners %} {% if i.top_left_banner == "top_left_banner" %} No banner to display {% else %} {% endif %} {% endfor %} {% else %} No banner to display {% endif %}
{% csrf_token %}
img

Drag and drop a file to upload

Cancel
Main Top Right Banner
{% if banners %} {% for i in banners %} {% if i.top_right_banner == "top_right_banner" %} No banner to display {% else %} {% endif %} {% endfor %} {% else %} No banner to display {% endif %}
{% csrf_token %}
img

Drag and drop a file to upload

Cancel
Main Bottom Right Banner
{% if banners %} {% for i in banners %} {% if i.bottom_right_banner == "bottom_right_banner" %} No banner to display {% else %} {% endif %} {% endfor %} {% else %} No banner to display {% endif %}
{% csrf_token %}
img

Drag and drop a file to upload

Cancel
{% endblock body %}