{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block scripts %} {% include "monitorjobs.html" %} {% endblock %} {% block title %}{{ course.name }} {% endblock %} {% block og_title %}{{ course.name }} {% endblock %} {% block content %}
{% if course.manager == rower %} View Course {% else %}   {% endif %}
Courses

Replace {{ course.name }}

This replaces the course {{ course.name }} with the course you select below for all planned sessions and virtual races, and then deletes this course.

{{ form.as_table }}
{% csrf_token %}
{{ mapdiv|safe }} {{ mapscript|safe }}
{% endblock %}