{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% load tz %} {% block title %}Follow Virtual Challenge{% endblock %} {% block main %}

Follow {{ plannedession.name }}

  • To follow this challenge and receive all news per email, fill out your email address and submit the form.

  • {{ form.as_table }}
    {% csrf_token %}
{% endblock %} {% block sidebar %} {% if 'racing' in active %} {% include 'menu_racing.html' %} {% else %} {% include 'menu_plan.html' %} {% endif %} {% endblock %}