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 @@ - {% for c in comments %} - - {{ c.created }} - {{ c.user.first_name }} {{ c.user.last_name }} - - - {{ c.comment }} - - -
- {{ c.created }} - {{ c.user.first_name }} {{ c.user.last_name }} -
+ +