From b8a150f02622d93ba4b21962b3a27e43a6575ff7 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Tue, 2 Oct 2018 22:10:31 +0200 Subject: [PATCH] list courses (line 155 urls.py) --- rowers/templates/list_courses.html | 168 ++++++++++++++--------------- rowers/templates/race_submit.html | 4 +- rowers/views.py | 2 + 3 files changed, 83 insertions(+), 91 deletions(-) diff --git a/rowers/templates/list_courses.html b/rowers/templates/list_courses.html index 559a554a..5648405d 100644 --- a/rowers/templates/list_courses.html +++ b/rowers/templates/list_courses.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "newbase.html" %} {% load staticfiles %} {% load rowerfilters %} @@ -8,7 +8,7 @@ {% endblock %} -{% block content %} +{% block main %}