From b6c0b03c39f879333ed76a251758a97b244a8764 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Tue, 2 Jun 2020 17:52:46 +0200 Subject: [PATCH] follower --- rowers/templates/followerform.html | 17 ++--------- rowers/templates/mapcompare.html | 49 ++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 15 deletions(-) create mode 100644 rowers/templates/mapcompare.html diff --git a/rowers/templates/followerform.html b/rowers/templates/followerform.html index 433dabbd..248e2d04 100644 --- a/rowers/templates/followerform.html +++ b/rowers/templates/followerform.html @@ -3,11 +3,9 @@ {% load rowerfilters %} {% load tz %} -{% block scripts %} -{% include "monitorjobs.html" %} -{% endblock %} -{% block title %}Comment Session {% endblock %} + +{% block title %}Follow Virtual Challenge{% endblock %} {% block main %} @@ -15,17 +13,6 @@ + + +{% endblock %} + +{% block sidebar %} +{% if active == 'nav-racing' %} +{% include 'menu_racing.html' %} +{% else %} +{% include 'menu_workouts.html' %} +{% endif %} +{% endblock %}