{% extends "newbase.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Rowsandall Virtual Racing{% endblock %} {% block scripts %} {% endblock %} {% block main %}
  • {{ form.as_table }} {% csrf_token %}

  • Click on the event name or on the Details button to see the event details (and manage your participation and results). Click on the course name to see the course details.

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