{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Rowsandall Virtual Racing{% endblock %} {% block scripts %} {% endblock %} {% block content %}

Add Race

{{ form.as_table }} {% csrf_token %}
{% include 'racelist.html' %}
{% endblock %}