{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}File loading{% endblock %} {% block meta %} {% endblock %} {% block main %} {% if race.logo %}

Current Logo

{{ race.logo.filename }} {% endif %}
    {% if logos %}
  • Set logo by clicking on one of the logos you have used in the past

  • {% for logo in logos %}
  • {{ logo.filename }} Use this logo Delete this logo
  • {% endfor %} {% endif %} {% if logos|length <= 5 %}
  • Upload New Image (Race Logo)

    Drag and drop files here

    {% if form.errors %}

    Please correct the error{{ form.errors|pluralize }} below.

    {% endif %} {{ form.as_table }}
    {% csrf_token %}

  • {% endif %}
{% endblock %} {% block scripts %} {% endblock %} {% block sidebar %} {% include 'menu_racing.html' %} {% endblock %}